Fix testcase
authorChris Lattner <sabre@nondot.org>
Thu, 16 May 2002 00:56:36 +0000 (00:56 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 16 May 2002 00:56:36 +0000 (00:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2634 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Reassociate/2002-05-15-SubReassociate.ll

index fcbd723c099322b41699aaef8029bbbee94ac2a4..7df7bafb2562e4bcb9f659d93c7ac85b67f2ce34 100644 (file)
@@ -6,7 +6,7 @@
 ; RUN: fi
 
 int "test"(int %A, int %B) {
-       %W = add int -5, %B
+       %W = add int 5, %B
        %X = add int -7, %A
        %Y = sub int %X, %W
        %Z = add int %Y, 12