aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopVectorize/small-loop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LoopVectorize/small-loop.ll')
-rw-r--r--test/Transforms/LoopVectorize/small-loop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/small-loop.ll b/test/Transforms/LoopVectorize/small-loop.ll
index fa83dba..49ce5c5 100644
--- a/test/Transforms/LoopVectorize/small-loop.ll
+++ b/test/Transforms/LoopVectorize/small-loop.ll
@@ -7,7 +7,7 @@ target triple = "x86_64-apple-macosx10.8.0"
@b = common global [2048 x i32] zeroinitializer, align 16
@c = common global [2048 x i32] zeroinitializer, align 16
-;CHECK: @example1
+;CHECK-LABEL: @example1(
;CHECK-NOT: load <4 x i32>
;CHECK: ret void
define void @example1() nounwind uwtable ssp {