kripashankar <kripa82@xxxxxxxxx> writes: > Iam using an arm-linux-gcc-3.3 toolchain.. > > This is my sample program > > int main() > { > int i = 9; > i += 10; > return 0; > } > > and the RTL dump after all the optimization passes > looks like this [snip] You can probably get better information from gcc at gcc.gnu.org .