diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fma-mutate.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fma-mutate.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fma-mutate.ll b/llvm/test/CodeGen/PowerPC/fma-mutate.ll index 1d4695b3181..e03bb22617f 100644 --- a/llvm/test/CodeGen/PowerPC/fma-mutate.ll +++ b/llvm/test/CodeGen/PowerPC/fma-mutate.ll @@ -14,8 +14,7 @@ define double @foo3(double %a) nounwind { ret double %r ; CHECK: @foo3 -; CHECK: fmr [[REG:[0-9]+]], [[REG2:[0-9]+]] -; CHECK: xsnmsubadp [[REG]], {{[0-9]+}}, [[REG2]] +; CHECK-NOT: fmr ; CHECK: xsmaddmdp ; CHECK: xsmaddadp } |