From 1fe1bd940d1dcba340b4fbddec09cea274ccbb81 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 18 Sep 2007 18:38:01 +0000 Subject: [PATCH] different test to catch the bug in the implementation... [r15873] --- ir/be/test/localopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.20.1