[qfcc] Support sizeof expressions in dot output

This commit is contained in:
Bill Currie 2025-01-02 11:18:38 +09:00
parent 625c53180f
commit 0ea47193f2

View file

@ -91,6 +91,7 @@ get_op_string (int op)
case QC_SHR: return ">>";
case '.': return ".";
case 'C': return "<cast>";
case 'S': return "<sizeof>";
case QC_SCALE: return "@scale";
case QC_GEOMETRIC: return "@geometric";
case QC_QMUL: return "@qmul";