diff options
Diffstat (limited to 'test/Transforms/BBVectorize/simple-tst.ll')
-rw-r--r-- | test/Transforms/BBVectorize/simple-tst.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/BBVectorize/simple-tst.ll b/test/Transforms/BBVectorize/simple-tst.ll index 42146c6..6a88e1b 100644 --- a/test/Transforms/BBVectorize/simple-tst.ll +++ b/test/Transforms/BBVectorize/simple-tst.ll @@ -4,7 +4,7 @@ target triple = "powerpc64-unknown-linux" ; Basic depth-3 chain (target-specific type should not vectorize) define ppc_fp128 @test7(ppc_fp128 %A1, ppc_fp128 %A2, ppc_fp128 %B1, ppc_fp128 %B2) { -; CHECK: @test7 +; CHECK-LABEL: @test7( ; CHECK-NOT: <2 x ppc_fp128> %X1 = fsub ppc_fp128 %A1, %B1 %X2 = fsub ppc_fp128 %A2, %B2 |