commit | a5d9be115a7e32c72a78f6c29e9dabcc10e05abb | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu May 16 00:56:36 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu May 16 00:56:36 2002 +0000 |
tree | ab0d1bab2791b06b37b5f28ef1c4cbc96cf046d2 | |
parent | d88f3e8d977ef74bf9929ca22edd40db2ecb9280 [diff] [blame] |
Fix testcase llvm-svn: 2634
diff --git a/llvm/test/Regression/Transforms/Reassociate/2002-05-15-SubReassociate.ll b/llvm/test/Regression/Transforms/Reassociate/2002-05-15-SubReassociate.ll index fcbd723..7df7baf 100644 --- a/llvm/test/Regression/Transforms/Reassociate/2002-05-15-SubReassociate.ll +++ b/llvm/test/Regression/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