cheaper mul by small constants on amd64
[qbe.git] / test / fixarg.ssa
blob85824fdab969e1667d1068a655eaf40009df7a57
1 # regression test for 3bec2c60
3 export
4 function w $test() {
5 @start
6         %x1 =l alloc8 8
7         %x2 =l alloc8 8
8         %r =w cnel %x1, %x2  # both operands need fixing
9         ret %r
12 # >>> driver
13 # extern int test();
14 # int main() { return !(test() == 1); }
15 # <<<