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 | f99bd3a82ba2a4565922666261bf089b1d4307ed (patch) | |
tree | 716188776df6d49cf3119e1cb1a3662f9648a7d3 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h | |
parent | d0fefbafd103c52964a3abd96f929917a8c1e847 (diff) | |
download | bcm5719-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.h | 2 |
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 |