aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopVectorize/metadata-unroll.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LoopVectorize/metadata-unroll.ll')
-rw-r--r--test/Transforms/LoopVectorize/metadata-unroll.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/metadata-unroll.ll b/test/Transforms/LoopVectorize/metadata-unroll.ll
index 0112fee..7f10372 100644
--- a/test/Transforms/LoopVectorize/metadata-unroll.ll
+++ b/test/Transforms/LoopVectorize/metadata-unroll.ll
@@ -9,7 +9,7 @@ target triple = "x86_64-apple-macosx10.8.0"
; for (i=0; i<n; i++){
; a[i] += i;
; }
-;CHECK: @inc
+;CHECK-LABEL: @inc(
;CHECK: load <4 x i32>
;CHECK: load <4 x i32>
;CHECK: add nsw <4 x i32>