Try again to revert the bad patch. The tree was reverted for some unknown reason
[oota-llvm.git] / test / CodeGen / PowerPC / ppc440-fp-basic.ll
index 51c14378637f494a7dfa5ba332a4320d8fa438f8..77b726c5ae3819734f8b05701f15540ed17c0a1d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ppc32 -mcpu=440 | grep fmadd
+; RUN: llc < %s -march=ppc32 -mcpu=440 -fp-contract=fast | FileCheck %s
 
 %0 = type { double, double }
 
@@ -29,4 +29,5 @@ entry:
   store double %add.r, double* %real
   store double %add.i, double* %imag
   ret void
+; CHECK: fmadd
 }