different test to catch the bug in the implementation...
authorMatthias Braun <matze@braunis.de>
Tue, 18 Sep 2007 18:38:01 +0000 (18:38 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 18 Sep 2007 18:38:01 +0000 (18:38 +0000)
[r15873]

ir/be/test/localopts.c

index 364c763..f9ff925 100644 (file)
@@ -154,5 +154,5 @@ int main(void)
        TU(shrs1, -3, -1);
        TB(demorgan1, 42, 17, ~(42|17));
        TB(demorgan2, 42, 17, ~(42&17));
-       TB(eor1, 42, 17, 42&~17);
+       TB(eor1, 42, 44, 42&~44);
 }