diff options
-rw-r--r-- | test/Transforms/Reassociate/2002-05-15-SubReassociate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll b/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll index fcbd723c09..7df7bafb25 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 |