From: Matthias Braun Date: Tue, 18 Sep 2007 18:38:01 +0000 (+0000) Subject: different test to catch the bug in the implementation... X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1fe1bd940d1dcba340b4fbddec09cea274ccbb81;p=libfirm different test to catch the bug in the implementation... [r15873] --- diff --git a/ir/be/test/localopts.c b/ir/be/test/localopts.c index 364c7633e..f9ff925c2 100644 --- a/ir/be/test/localopts.c +++ b/ir/be/test/localopts.c @@ -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); }