diff options
author | Dale Johannesen <dalej@apple.com> | 2009-02-06 01:31:28 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2009-02-06 01:31:28 +0000 |
commit | ed2eee63a6858312ed17582d8cb85a6856d8eb34 (patch) | |
tree | 98d34a91533f75d37537415728ce08097b1de47b /include/llvm/CodeGen | |
parent | d9289a54cdce925fb189c5558f694a241b6e6d04 (diff) | |
download | external_llvm-ed2eee63a6858312ed17582d8cb85a6856d8eb34.zip external_llvm-ed2eee63a6858312ed17582d8cb85a6856d8eb34.tar.gz external_llvm-ed2eee63a6858312ed17582d8cb85a6856d8eb34.tar.bz2 |
Get rid of one more non-DebugLoc getNode and
its corresponding getTargetNode. Lots of
caller changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63904 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index bdcc82c..b2095ef 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -424,8 +424,6 @@ public: const SDUse *Ops, unsigned NumOps); SDValue getNode(unsigned Opcode, DebugLoc DL, MVT VT, const SDUse *Ops, unsigned NumOps); - SDValue getNode(unsigned Opcode, MVT VT, - const SDValue *Ops, unsigned NumOps); SDValue getNode(unsigned Opcode, DebugLoc DL, MVT VT, const SDValue *Ops, unsigned NumOps); SDValue getNode(unsigned Opcode, DebugLoc DL, @@ -665,8 +663,6 @@ public: SDNode *getTargetNode(unsigned Opcode, DebugLoc dl, MVT VT, SDValue Op1, SDValue Op2, SDValue Op3); - SDNode *getTargetNode(unsigned Opcode, MVT VT, - const SDValue *Ops, unsigned NumOps); SDNode *getTargetNode(unsigned Opcode, DebugLoc dl, MVT VT, const SDValue *Ops, unsigned NumOps); |