diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-07-03 22:53:42 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-07-03 22:53:42 +0000 |
commit | 10fff6078a7bc42f142c536bd55e9569253b280b (patch) | |
tree | 1cf10238cd302e50bfd8f779f541aa73e41258c9 /lib/VMCore | |
parent | a93ae711a91dd151ca4d28e4172e0de89d1594f3 (diff) | |
download | external_llvm-10fff6078a7bc42f142c536bd55e9569253b280b.zip external_llvm-10fff6078a7bc42f142c536bd55e9569253b280b.tar.gz external_llvm-10fff6078a7bc42f142c536bd55e9569253b280b.tar.bz2 |
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/VMCore')
-rw-r--r-- | lib/VMCore/IntrinsicInst.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/IntrinsicInst.cpp b/lib/VMCore/IntrinsicInst.cpp index 6bd9431..312a47f 100644 --- a/lib/VMCore/IntrinsicInst.cpp +++ b/lib/VMCore/IntrinsicInst.cpp @@ -29,7 +29,6 @@ #include "llvm/Constants.h" #include "llvm/GlobalVariable.h" #include "llvm/Analysis/ValueTracking.h" -#include "llvm/CodeGen/MachineDebugInfoDesc.h" #include "llvm/CodeGen/MachineModuleInfo.h" using namespace llvm; |