summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/negative-sin.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-12-29 03:58:47 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-12-29 03:58:47 +0000
commite5eff5f6a24705338ee9b21f486a6718ee060298 (patch)
treec6ecd06af1cce6216bd85062ae7b181d01876466 /test/CodeGen/X86/negative-sin.ll
parenta9eb1632611d5024a7ae259ee7cba576c1499c5a (diff)
downloadllvm-e5eff5f6a24705338ee9b21f486a6718ee060298.tar.gz
llvm-e5eff5f6a24705338ee9b21f486a6718ee060298.tar.bz2
llvm-e5eff5f6a24705338ee9b21f486a6718ee060298.tar.xz
test/CodeGen/X86/negative-sin.ll: FileCheck-ize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/negative-sin.ll')
-rw-r--r--test/CodeGen/X86/negative-sin.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/negative-sin.ll b/test/CodeGen/X86/negative-sin.ll
index 7842eb8456..76e557b842 100644
--- a/test/CodeGen/X86/negative-sin.ll
+++ b/test/CodeGen/X86/negative-sin.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -enable-unsafe-fp-math -march=x86-64 | \
-; RUN: not egrep {addsd|subsd|xor}
+; RUN: llc < %s -enable-unsafe-fp-math -march=x86-64 | FileCheck %s
+; CHECK-NOT: {{addsd|subsd|xor}}
declare double @sin(double %f)