aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-07-03 22:53:42 +0000
committerBill Wendling <isanbard@gmail.com>2008-07-03 22:53:42 +0000
commit10fff6078a7bc42f142c536bd55e9569253b280b (patch)
tree1cf10238cd302e50bfd8f779f541aa73e41258c9 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parenta93ae711a91dd151ca4d28e4172e0de89d1594f3 (diff)
downloadexternal_llvm-10fff6078a7bc42f142c536bd55e9569253b280b.tar.gz
external_llvm-10fff6078a7bc42f142c536bd55e9569253b280b.tar.bz2
external_llvm-10fff6078a7bc42f142c536bd55e9569253b280b.zip
Revert my previous check-in that split up MachineModuleInfo. It turns out to
slow the compiler down at -O0 some 30% or more. Ooops. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 4f67dd4a22..0565e16eee 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -27,7 +27,6 @@
#include "llvm/IntrinsicInst.h"
#include "llvm/ParameterAttributes.h"
#include "llvm/CodeGen/Collector.h"
-#include "llvm/CodeGen/MachineDebugInfoDesc.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"