summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/compare-unescaped.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/compare-unescaped.ll')
-rw-r--r--test/Transforms/InstCombine/compare-unescaped.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/compare-unescaped.ll b/test/Transforms/InstCombine/compare-unescaped.ll
index 0e512aa28911..d15fc2fd4495 100644
--- a/test/Transforms/InstCombine/compare-unescaped.ll
+++ b/test/Transforms/InstCombine/compare-unescaped.ll
@@ -144,7 +144,7 @@ chk2:
ret i8* %n
; CHECK-LABEL: compare_ret_escape
; CHECK: %cmp = icmp eq i8* %n, %c
-; CHECK: %cmp2 = icmp eq i32* %bc, %lgp
+; CHECK: %cmp2 = icmp eq i32* %lgp, %bc
}
; The malloc call for %m cannot be elided since it is used in the call to function f.