diff --git a/llvm/test/Transforms/LoopVectorize/scev-during-mutation.ll b/llvm/test/Transforms/LoopVectorize/scev-during-mutation.ll index eeaa8b1543a8..700fda8f300d 100644 --- a/llvm/test/Transforms/LoopVectorize/scev-during-mutation.ll +++ b/llvm/test/Transforms/LoopVectorize/scev-during-mutation.ll @@ -76,7 +76,10 @@ exit: ret void } -define void @test_pr52024(i32* %dst, i16 %N) { +; CHECK-LABEL: @pr52024( +; CHECK: vector.body: +; +define void @pr52024(i32* %dst, i16 %N) { entry: br label %loop.1