RTL ASSIGNMENT STATEMENT ------------------------ To print RTL representation of a program as three-address instruction representation. For example, the following RTL representation - (insn 9 7 10 1 (set (reg:SI 61 [ c ]) (mem/c/i:SI (plus:SI (reg/f:SI 20 frame) (const_int -4 [0xfffffffc])) [0 c+0 S4 A32])) 34 {*movsi_1} (nil) (nil)) should be printed as r61 = *(r20 - 4)