summaryrefslogtreecommitdiff
path: root/test/Transforms/BBVectorize/cycle.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/BBVectorize/cycle.ll')
-rw-r--r--test/Transforms/BBVectorize/cycle.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/BBVectorize/cycle.ll b/test/Transforms/BBVectorize/cycle.ll
index bdcb30da88..6bfa625ea5 100644
--- a/test/Transforms/BBVectorize/cycle.ll
+++ b/test/Transforms/BBVectorize/cycle.ll
@@ -105,7 +105,7 @@ go:
br i1 %or.cond, label %done, label %go
done:
ret void
-; CHECK: @test1
+; CHECK-LABEL: @test1(
; CHECK: go:
; CHECK: %conv.v.i0.1 = insertelement <2 x i32> undef, i32 %n.0, i32 0
; FIXME: When tree pruning is deterministic, include the entire output.