projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9eb163
)
test/CodeGen/X86/negative-sin.ll: FileCheck-ize.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 29 Dec 2010 03:58:47 +0000
(
03:58
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 29 Dec 2010 03:58:47 +0000
(
03:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122619
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/negative-sin.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/negative-sin.ll
b/test/CodeGen/X86/negative-sin.ll
index 7842eb8456eb4e39f0b43fa301621307d71c765b..76e557b84225d0211b40d30197fc77e792fec390 100644
(file)
--- 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)