summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-20 00:48:35 +0000
committerDan Gohman <gohman@apple.com>2010-04-20 00:48:35 +0000
commit8ba3aa7f9c5048c31172788f98ad2b90ffad565a (patch)
tree684d0f201d34df6e4c12aa63b2cd7eb4680a8926 /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parent8a39ed75ec57c7fabde318c0d45fac014ac287f4 (diff)
downloadllvm-8ba3aa7f9c5048c31172788f98ad2b90ffad565a.tar.gz
llvm-8ba3aa7f9c5048c31172788f98ad2b90ffad565a.tar.bz2
llvm-8ba3aa7f9c5048c31172788f98ad2b90ffad565a.tar.xz
Sink DebugLoc handling out of SelectionDAGISel into FastISel and
SelectionDAGBuilder, where it doesn't have to be as complicated. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 883b9b1b18..1f9e43ff33 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -333,7 +333,6 @@ public:
SDValue getControlRoot();
DebugLoc getCurDebugLoc() const { return CurDebugLoc; }
- void setCurDebugLoc(DebugLoc dl) { CurDebugLoc = dl; }
unsigned getSDNodeOrder() const { return SDNodeOrder; }