diff options
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/scev-exitlim-crash.ll')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/scev-exitlim-crash.ll | 2 |
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 cc0765cfa21..768773859a2 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: @fn1 +; CHECK-LABEL-LABEL: @fn1( ; CHECK: vector.body define void @fn1() #0 { entry: |