summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/BBVectorize/X86/loop1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/BBVectorize/X86/loop1.ll')
-rw-r--r--llvm/test/Transforms/BBVectorize/X86/loop1.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/BBVectorize/X86/loop1.ll b/llvm/test/Transforms/BBVectorize/X86/loop1.ll
index bbf565d1cc7..401808441c2 100644
--- a/llvm/test/Transforms/BBVectorize/X86/loop1.ll
+++ b/llvm/test/Transforms/BBVectorize/X86/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 ]
OpenPOWER on IntegriCloud