summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/scev-exitlim-crash.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
commite64c7c75309d5d7520bf5dacf388028c6f1b7308 (patch)
tree3f4a023cc5fd9ddf9b14e819eb7b252b3448f262 /llvm/test/Transforms/LoopVectorize/scev-exitlim-crash.ll
parent8fd1a806d598e5ba19cfb754da0f31b52edbb43a (diff)
downloadbcm5719-llvm-e64c7c75309d5d7520bf5dacf388028c6f1b7308.tar.gz
bcm5719-llvm-e64c7c75309d5d7520bf5dacf388028c6f1b7308.zip
Fix missing CHECK-LABELs
llvm-svn: 191853
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/scev-exitlim-crash.ll')
-rw-r--r--llvm/test/Transforms/LoopVectorize/scev-exitlim-crash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/scev-exitlim-crash.ll b/llvm/test/Transforms/LoopVectorize/scev-exitlim-crash.ll
index 2536a462716..683621a6f69 100644
--- a/llvm/test/Transforms/LoopVectorize/scev-exitlim-crash.ll
+++ b/llvm/test/Transforms/LoopVectorize/scev-exitlim-crash.ll
@@ -10,7 +10,7 @@ target triple = "x86_64-apple-macosx"
@e = common global i32* null, align 8
@c = common global i32 0, align 4
-; CHECK-LABEL-LABEL: @fn1(
+; CHECK-LABEL: @fn1(
; CHECK: vector.body
define void @fn1() #0 {
entry:
OpenPOWER on IntegriCloud