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:
597f22f
)
don't forget to use the right code generator :)
author
Chris Lattner
<sabre@nondot.org>
Sat, 2 Apr 2005 05:40:03 +0000
(
05:40
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 2 Apr 2005 05:40:03 +0000
(
05:40
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21017
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/fabs.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/fabs.ll
b/test/CodeGen/X86/fabs.ll
index 4eca71621452e36663a5b22b5c853166f0a2cb27..216cf8f37a49d7ec1dfbcadb32c9e7f3ecd7d9d9 100644
(file)
--- a/
test/CodeGen/X86/fabs.ll
+++ b/
test/CodeGen/X86/fabs.ll
@@
-1,5
+1,5
@@
; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
-; RUN: llvm-as < %s | llc -disable-pattern-isel=0 | grep 'fabs$'
+; RUN: llvm-as < %s | llc -
march=x86 -
disable-pattern-isel=0 | grep 'fabs$'
declare float %fabsf(float)