aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopVectorize/funcall.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LoopVectorize/funcall.ll')
-rw-r--r--test/Transforms/LoopVectorize/funcall.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/funcall.ll b/test/Transforms/LoopVectorize/funcall.ll
index 0fb929f..f1f068c 100644
--- a/test/Transforms/LoopVectorize/funcall.ll
+++ b/test/Transforms/LoopVectorize/funcall.ll
@@ -7,7 +7,7 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
; contain a limited set of function calls and none of them sets the rounding
; mode, so vectorizing them is safe.
-; CHECK: test
+; CHECK-LABEL: @test(
; CHECK: <2 x double>
define void @test(double* %d, double %t) {