summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/ppc440-fp-basic.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc440-fp-basic.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/ppc440-fp-basic.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc440-fp-basic.ll b/llvm/test/CodeGen/PowerPC/ppc440-fp-basic.ll
index 51c14378637..1fad2fa3aaf 100644
--- a/llvm/test/CodeGen/PowerPC/ppc440-fp-basic.ll
+++ b/llvm/test/CodeGen/PowerPC/ppc440-fp-basic.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ppc32 -mcpu=440 | grep fmadd
+; RUN: llc < %s -march=ppc32 -mcpu=440 | 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
}
OpenPOWER on IntegriCloud