aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopVectorize/funcall.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-10-02 20:29:00 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-10-02 20:29:00 +0000
commit55cfb52aa302613b7cbe6a748f75985980577427 (patch)
treebd48202700b58a4afb7f1ab8b5615a136fd1a1b4 /test/Transforms/LoopVectorize/funcall.ll
parentd0132a783341696eba8ac97b83ae3388d95b4563 (diff)
downloadexternal_llvm-55cfb52aa302613b7cbe6a748f75985980577427.zip
external_llvm-55cfb52aa302613b7cbe6a748f75985980577427.tar.gz
external_llvm-55cfb52aa302613b7cbe6a748f75985980577427.tar.bz2
Fix missing CHECK-LABELs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191853 91177308-0d34-0410-b5e6-96231b3b80d8
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) {