From: Chris Lattner Date: Thu, 16 May 2002 00:56:36 +0000 (+0000) Subject: Fix testcase X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6759ca0994fc6d3ec4438f0a7598a5dca6b139d5;p=oota-llvm.git Fix testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2634 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll b/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll index fcbd723c099..7df7bafb256 100644 --- a/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll +++ b/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll @@ -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