summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-05-21 00:04:55 +0000
committerBill Wendling <isanbard@gmail.com>2009-05-21 00:04:55 +0000
commitf99bd3a82ba2a4565922666261bf089b1d4307ed (patch)
tree716188776df6d49cf3119e1cb1a3662f9648a7d3 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
parentd0fefbafd103c52964a3abd96f929917a8c1e847 (diff)
downloadbcm5719-llvm-f99bd3a82ba2a4565922666261bf089b1d4307ed.tar.gz
bcm5719-llvm-f99bd3a82ba2a4565922666261bf089b1d4307ed.zip
Temporarily revert r72191. It was causing an assert during llvm-gcc
bootstrapping. llvm-svn: 72200
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
index 0c9b317b5d0..578aa591ce6 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
@@ -169,8 +169,6 @@ class SelectionDAGLowering {
/// CurDebugLoc - current file + line number. Changes as we build the DAG.
DebugLoc CurDebugLoc;
- DebugScopeTracker DbgScopeTrack;
-
DenseMap<const Value*, SDValue> NodeMap;
/// PendingLoads - Loads are not emitted to the program immediately. We bunch
OpenPOWER on IntegriCloud