diff options
| author | Dale Johannesen <dalej@apple.com> | 2007-10-10 01:01:31 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2007-10-10 01:01:31 +0000 |
| commit | 6eaeff29b8a6990107735f7e5f5e49da38f56223 (patch) | |
| tree | 8a042c1cad3e8a33c59765d9b1f44bed7dfd273d /include/llvm/CodeGen | |
| parent | be8db245f5cac73877bb2695992e6e47af3faa99 (diff) | |
Next PPC long double bits: ppcf128->i32 conversion.
Surprisingly complicated.
Adds getTargetNode for 2 outputs, no inputs (missing).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
| -rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index dd2e99d902..731846d760 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -403,6 +403,8 @@ public: SDNode *getTargetNode(unsigned Opcode, MVT::ValueType VT, const SDOperand *Ops, unsigned NumOps); SDNode *getTargetNode(unsigned Opcode, MVT::ValueType VT1, + MVT::ValueType VT2); + SDNode *getTargetNode(unsigned Opcode, MVT::ValueType VT1, MVT::ValueType VT2, SDOperand Op1); SDNode *getTargetNode(unsigned Opcode, MVT::ValueType VT1, MVT::ValueType VT2, SDOperand Op1, SDOperand Op2); |
