summaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarSimplify
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-01-11 21:06:00 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-01-11 21:06:00 +0000
commitccdb9c9483ed4453ac9b76c876e39cb08fcc5a6d (patch)
treec23973114974ff02c67e588d334d6f5e342d91ce /test/Transforms/IndVarSimplify
parent73c9559237d61a53c3002eff0aeeee49617b9033 (diff)
downloadllvm-ccdb9c9483ed4453ac9b76c876e39cb08fcc5a6d.tar.gz
llvm-ccdb9c9483ed4453ac9b76c876e39cb08fcc5a6d.tar.bz2
llvm-ccdb9c9483ed4453ac9b76c876e39cb08fcc5a6d.tar.xz
Fix broken CHECK lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/IndVarSimplify')
-rw-r--r--test/Transforms/IndVarSimplify/lftr-extend-const.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/IndVarSimplify/lftr-extend-const.ll b/test/Transforms/IndVarSimplify/lftr-extend-const.ll
index 2fac4a797e..4736f857bc 100644
--- a/test/Transforms/IndVarSimplify/lftr-extend-const.ll
+++ b/test/Transforms/IndVarSimplify/lftr-extend-const.ll
@@ -1,6 +1,6 @@
;RUN: opt -S %s -indvars | FileCheck %s
-; CHECK-LABEL-LABEL: @foo(
+; CHECK-LABEL: @foo(
; CHECK-NOT: %lftr.wideiv = trunc i32 %indvars.iv.next to i16
; CHECK: %exitcond = icmp ne i32 %indvars.iv.next, 512
define void @foo() #0 {
@@ -20,7 +20,7 @@ for.end: ; preds = %for.body
}
; Check that post-incrementing the backedge taken count does not overflow.
-; CHECK-LABEL-LABEL: @postinc(
+; CHECK-LABEL: @postinc(
; CHECK: icmp eq i32 %indvars.iv.next, 256
define i32 @postinc() #0 {
entry: