diff options
Diffstat (limited to 'test/Transforms/BBVectorize/ld1.ll')
-rw-r--r-- | test/Transforms/BBVectorize/ld1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/BBVectorize/ld1.ll b/test/Transforms/BBVectorize/ld1.ll index ea5cb5d..9c79eef 100644 --- a/test/Transforms/BBVectorize/ld1.ll +++ b/test/Transforms/BBVectorize/ld1.ll @@ -22,7 +22,7 @@ entry: %add15 = fadd double %mul13, %i5 %mul16 = fmul double %add11, %add15 ret double %mul16 -; CHECK: @test1 +; CHECK-LABEL: @test1( ; CHECK: %i0.v.i0 = bitcast double* %a to <2 x double>* ; CHECK: %i1.v.i0 = bitcast double* %b to <2 x double>* ; CHECK: %i2.v.i0 = bitcast double* %c to <2 x double>* |