aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/IntrinsicInst.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/VMCore/IntrinsicInst.cpp
parenta93ae711a91dd151ca4d28e4172e0de89d1594f3 (diff)
downloadexternal_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/IntrinsicInst.cpp')
-rw-r--r--lib/VMCore/IntrinsicInst.cpp1
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;