summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-fneg.ll
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-04-10 23:30:20 +0000
committerEli Bendersky <eliben@google.com>2013-04-10 23:30:20 +0000
commit0120b678a07a296e6217bf6de992a23c9616e1b1 (patch)
tree38253ae706448455874b43fb192d605852806e86 /test/CodeGen/X86/fast-isel-fneg.ll
parent18d49acdab79d6f0966b47182b6c3a2ba3d9f80f (diff)
downloadllvm-0120b678a07a296e6217bf6de992a23c9616e1b1.tar.gz
llvm-0120b678a07a296e6217bf6de992a23c9616e1b1.tar.bz2
llvm-0120b678a07a296e6217bf6de992a23c9616e1b1.tar.xz
Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grep
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179241 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fast-isel-fneg.ll')
-rw-r--r--test/CodeGen/X86/fast-isel-fneg.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel-fneg.ll b/test/CodeGen/X86/fast-isel-fneg.ll
index f42a4a245b..bd96ab95ef 100644
--- a/test/CodeGen/X86/fast-isel-fneg.ll
+++ b/test/CodeGen/X86/fast-isel-fneg.ll
@@ -1,5 +1,8 @@
; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin10 | FileCheck %s
-; RUN: llc < %s -fast-isel -march=x86 -mattr=+sse2 | grep xor | count 2
+; RUN: llc < %s -fast-isel -march=x86 -mattr=+sse2 | FileCheck --check-prefix=SSE2 %s
+
+; SSE2: xor
+; SSE2: xor
; CHECK: doo:
; CHECK: xor