summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-10-06 22:53:43 +0000
committerVedant Kumar <vsk@apple.com>2016-10-06 22:53:43 +0000
commit7beb4237654dd8e048e127608ad77906dd12365d (patch)
treed286664c747ee524e4206f42f0250b4f198dd499 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parent1343fac3ca40813aa7cf23f3e37f44bff53f409e (diff)
downloadbcm5719-llvm-7beb4237654dd8e048e127608ad77906dd12365d.tar.gz
bcm5719-llvm-7beb4237654dd8e048e127608ad77906dd12365d.zip
Delete some dead code in SelectionDAG (NFC)
Differential Revision: https://reviews.llvm.org/D24435 llvm-svn: 283505
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 93a577a978d..122d0924a09 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -653,8 +653,6 @@ public:
return CurInst ? CurInst->getDebugLoc() : DebugLoc();
}
- unsigned getSDNodeOrder() const { return SDNodeOrder; }
-
void CopyValueToVirtualRegister(const Value *V, unsigned Reg);
void visit(const Instruction &I);
OpenPOWER on IntegriCloud