aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/ppc440-fp-basic.ll
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2011-10-17 16:01:41 +0000
committerHal Finkel <hfinkel@anl.gov>2011-10-17 16:01:41 +0000
commit3bca0b9d6ed545360ad68c86495fde4c983ce8b6 (patch)
treea95cbdee54429aab79fedb2309c0ac55b5c6091d /test/CodeGen/PowerPC/ppc440-fp-basic.ll
parent41adc5fb8bd0d81f07d93754868bd9f27b6fd9af (diff)
downloadexternal_llvm-3bca0b9d6ed545360ad68c86495fde4c983ce8b6.zip
external_llvm-3bca0b9d6ed545360ad68c86495fde4c983ce8b6.tar.gz
external_llvm-3bca0b9d6ed545360ad68c86495fde4c983ce8b6.tar.bz2
use FileCheck and not grep in new tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142189 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/ppc440-fp-basic.ll')
-rw-r--r--test/CodeGen/PowerPC/ppc440-fp-basic.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/ppc440-fp-basic.ll b/test/CodeGen/PowerPC/ppc440-fp-basic.ll
index 51c1437..1fad2fa 100644
--- a/test/CodeGen/PowerPC/ppc440-fp-basic.ll
+++ b/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
}