diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vsx.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/vsx.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vsx.ll b/llvm/test/CodeGen/PowerPC/vsx.ll index ba53b7968c5..6131cd1bb6d 100644 --- a/llvm/test/CodeGen/PowerPC/vsx.ll +++ b/llvm/test/CodeGen/PowerPC/vsx.ll @@ -37,10 +37,8 @@ entry: %v = fadd <2 x double> %a, %b ret <2 x double> %v -; FIXME: Check that the ABI for the return value is correct here! - ; CHECK-LABEL: @test4 -; CHECK: xvadddp {{[0-9]+}}, 34, 35 +; CHECK: xvadddp 34, 34, 35 ; CHECK: blr } |

