OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54689c2
)
fcopysign support
author
Andrew Lenharth
<andrewl@lenharth.org>
Thu, 9 Mar 2006 14:57:36 +0000
(14:57 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Thu, 9 Mar 2006 14:57:36 +0000
(14:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26640
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetSelectionDAG.td
patch
|
blob
|
history
diff --git
a/lib/Target/TargetSelectionDAG.td
b/lib/Target/TargetSelectionDAG.td
index
e754d2f
..
bfdbe7e
100644
(file)
--- a/
lib/Target/TargetSelectionDAG.td
+++ b/
lib/Target/TargetSelectionDAG.td
@@
-262,6
+262,7
@@
def fcos : SDNode<"ISD::FCOS" , SDTFPUnaryOp>;
def fround : SDNode<"ISD::FP_ROUND" , SDTFPRoundOp>;
def fextend : SDNode<"ISD::FP_EXTEND" , SDTFPExtendOp>;
+def fcopysign : SDNode<"ISD::FCOPYSIGN" , SDTFPBinOp>;
def sint_to_fp : SDNode<"ISD::SINT_TO_FP" , SDTIntToFPOp>;
def uint_to_fp : SDNode<"ISD::UINT_TO_FP" , SDTIntToFPOp>;