diff options
Diffstat (limited to 'llvm/test/Transforms/BBVectorize/mem-op-depth.ll')
-rw-r--r-- | llvm/test/Transforms/BBVectorize/mem-op-depth.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/BBVectorize/mem-op-depth.ll b/llvm/test/Transforms/BBVectorize/mem-op-depth.ll index 84f16bd2f47..c31d4521183 100644 --- a/llvm/test/Transforms/BBVectorize/mem-op-depth.ll +++ b/llvm/test/Transforms/BBVectorize/mem-op-depth.ll @@ -6,7 +6,7 @@ target triple = "x86_64-unknown-linux-gnu" @B = common global [1024 x float] zeroinitializer, align 16 define i32 @test1() nounwind { -; CHECK: @test1 +; CHECK-LABEL: @test1( %V1 = load float* getelementptr inbounds ([1024 x float]* @A, i64 0, i64 0), align 16 %V2 = load float* getelementptr inbounds ([1024 x float]* @A, i64 0, i64 1), align 4 %V3= load float* getelementptr inbounds ([1024 x float]* @A, i64 0, i64 2), align 8 |