diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-10-02 20:29:00 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-10-02 20:29:00 +0000 |
commit | e64c7c75309d5d7520bf5dacf388028c6f1b7308 (patch) | |
tree | 3f4a023cc5fd9ddf9b14e819eb7b252b3448f262 /llvm/test/Transforms/LoopVectorize/vectorize-once.ll | |
parent | 8fd1a806d598e5ba19cfb754da0f31b52edbb43a (diff) | |
download | bcm5719-llvm-e64c7c75309d5d7520bf5dacf388028c6f1b7308.tar.gz bcm5719-llvm-e64c7c75309d5d7520bf5dacf388028c6f1b7308.zip |
Fix missing CHECK-LABELs
llvm-svn: 191853
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/vectorize-once.ll')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/vectorize-once.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/vectorize-once.ll b/llvm/test/Transforms/LoopVectorize/vectorize-once.ll index 2b8f3fd31f7..062c51680f6 100644 --- a/llvm/test/Transforms/LoopVectorize/vectorize-once.ll +++ b/llvm/test/Transforms/LoopVectorize/vectorize-once.ll @@ -9,7 +9,7 @@ target triple = "x86_64-apple-macosx10.8.0" ; This test checks that we add metadata to vectorized loops -; CHECK: _Z4foo1Pii +; CHECK-LABEL: @_Z4foo1Pii( ; CHECK: <4 x i32> ; CHECK: llvm.loop ; CHECK: ret @@ -41,7 +41,7 @@ _ZSt10accumulateIPiiET0_T_S2_S1_.exit: ; preds = %for.body.i, %entry } ; This test checks that we don't vectorize loops that are marked with the "width" == 1 metadata. -; CHECK: _Z4foo2Pii +; CHECK-LABEL: @_Z4foo2Pii( ; CHECK-NOT: <4 x i32> ; CHECK: llvm.loop ; CHECK: ret |