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:
b1f26fb
)
Add two happy new nodes for FABS and FNEG
author
Chris Lattner
<sabre@nondot.org>
Sat, 2 Apr 2005 04:58:28 +0000
(
04:58
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 2 Apr 2005 04:58:28 +0000
(
04:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21007
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index 5b8136b49fc8a262bea76ebaa78dfc5b72e41b95..568f66c9f633970e2f355df815e3847b6dfd7223 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/
include/llvm/CodeGen/SelectionDAGNodes.h
@@
-164,6
+164,10
@@
namespace ISD {
// FP_EXTEND - Extend a smaller FP type into a larger FP type.
FP_EXTEND,
+ // FNEG, FABS - Perform unary floating point negation and absolute value
+ // operations.
+ FNEG, FABS,
+
// Other operators. LOAD and STORE have token chains as their first
// operand, then the same operands as an LLVM load/store instruction.
LOAD, STORE,