summaryrefslogtreecommitdiffstats
path: root/llvm/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
commite450d7444df4a430b2afae8ebf69d152b8f41e17 (patch)
treea5efd35fcee157ae61b7b6aa8a86fcafb01d22af /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parentaedb8a35355f451564975865694314ea20c8a37c (diff)
downloadbcm5719-llvm-e450d7444df4a430b2afae8ebf69d152b8f41e17.tar.gz
bcm5719-llvm-e450d7444df4a430b2afae8ebf69d152b8f41e17.zip
Sink DebugLoc handling out of SelectionDAGISel into FastISel and
SelectionDAGBuilder, where it doesn't have to be as complicated. llvm-svn: 101848
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 883b9b1b18b..1f9e43ff339 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/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; }
OpenPOWER on IntegriCloud