summaryrefslogtreecommitdiff
path: root/test/Transforms/BBVectorize/loop1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/BBVectorize/loop1.ll')
-rw-r--r--test/Transforms/BBVectorize/loop1.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/BBVectorize/loop1.ll b/test/Transforms/BBVectorize/loop1.ll
index e592edb44a02f..ed7be15f7adfa 100644
--- a/test/Transforms/BBVectorize/loop1.ll
+++ b/test/Transforms/BBVectorize/loop1.ll
@@ -7,8 +7,8 @@ target triple = "x86_64-unknown-linux-gnu"
define void @test1(double* noalias %out, double* noalias %in1, double* noalias %in2) nounwind uwtable {
entry:
br label %for.body
-; CHECK: @test1
-; CHECK-UNRL: @test1
+; CHECK-LABEL: @test1(
+; CHECK-UNRL-LABEL: @test1(
for.body: ; preds = %for.body, %entry
%indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ]