aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitbc121cc257b82165c7e476cd627e6236375f4dc9 (patch)
treec959c208684bb29d9e35f268718632566137babf /lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
parent4ca8dfde22e09e0ce39c6625f3da3e3241911ae9 (diff)
downloadexternal_llvm-bc121cc257b82165c7e476cd627e6236375f4dc9.zip
external_llvm-bc121cc257b82165c7e476cd627e6236375f4dc9.tar.gz
external_llvm-bc121cc257b82165c7e476cd627e6236375f4dc9.tar.bz2
Temporarily revert r72191. It was causing an assert during llvm-gcc
bootstrapping. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuild.h')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGBuild.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
index 0c9b317..578aa591 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
+++ b/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