Changed the way jumps are generated to avoid generating jumps to the
[sixpic.git] / tests / arrays / register-allocation-divide.c
blobb536887bea24c45df35d8cff4351ef376545c4b0
1 // test to see if register allocation is tight before stopping for the memory divide
2 byte SIXPIC_MEMORY_DIVIDE = 4;
3 byte x = 1;
4 byte y = 2;
5 byte z = 3;
6 byte w = 4;
7 w + z;