summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2013-07-06 00:54:07 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2013-07-06 00:54:07 +0000
commitfa4133b1d10d5190f0efc5fde2626f509c5b3476 (patch)
tree90b34341c7793c267d20607ce03ae965b9361ece /test
parentdc89737bcdbb8f69d8ae7578bdfa904cabcfc5ed (diff)
downloadllvm-fa4133b1d10d5190f0efc5fde2626f509c5b3476.tar.gz
llvm-fa4133b1d10d5190f0efc5fde2626f509c5b3476.tar.bz2
llvm-fa4133b1d10d5190f0efc5fde2626f509c5b3476.tar.xz
InstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185737 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/icmp.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/icmp.ll b/test/Transforms/InstCombine/icmp.ll
index 195dc572ad..929688195f 100644
--- a/test/Transforms/InstCombine/icmp.ll
+++ b/test/Transforms/InstCombine/icmp.ll
@@ -1103,8 +1103,8 @@ define i1 @icmp_shl_1_V_ult_2147483648(i32 %V) {
ret i1 %cmp
}
-; CEHCK: @or_icmp_eq_B_0_icmp_ult_A_B
-; CHECK: [[SUB:%[a-z0-9]+]] = add i64 %b, -1
+; CHECK: @or_icmp_eq_B_0_icmp_ult_A_B
+; CHECK-NEXT: [[SUB:%[a-z0-9]+]] = add i64 %b, -1
; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp uge i64 [[SUB]], %a
; CHECK-NEXT: ret i1 [[CMP]]
define i1 @or_icmp_eq_B_0_icmp_ult_A_B(i64 %a, i64 %b) {