diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-05-21 00:04:55 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-05-21 00:04:55 +0000 |
commit | bc121cc257b82165c7e476cd627e6236375f4dc9 (patch) | |
tree | c959c208684bb29d9e35f268718632566137babf /lib/CodeGen/SelectionDAG/SelectionDAGBuild.h | |
parent | 4ca8dfde22e09e0ce39c6625f3da3e3241911ae9 (diff) | |
download | external_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.h | 2 |
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 |