aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineModuleInfo.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-04-15 19:44:21 +0000
committerGabor Greif <ggreif@gmail.com>2010-04-15 19:44:21 +0000
commitd7ab3f3ef255b54e638fff22ef6c6e448604f369 (patch)
tree8076422bce89decbbb8a3585a666ce64e2a04310 /lib/CodeGen/MachineModuleInfo.cpp
parenta9b8c2c72967325277821e4a3063eaad68e7b8b6 (diff)
downloadexternal_llvm-d7ab3f3ef255b54e638fff22ef6c6e448604f369.zip
external_llvm-d7ab3f3ef255b54e638fff22ef6c6e448604f369.tar.gz
external_llvm-d7ab3f3ef255b54e638fff22ef6c6e448604f369.tar.bz2
prune includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r--lib/CodeGen/MachineModuleInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/MachineModuleInfo.cpp b/lib/CodeGen/MachineModuleInfo.cpp
index 2bc3941..ab2fdbe 100644
--- a/lib/CodeGen/MachineModuleInfo.cpp
+++ b/lib/CodeGen/MachineModuleInfo.cpp
@@ -12,8 +12,6 @@
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/GlobalVariable.h"
-#include "llvm/Intrinsics.h"
-#include "llvm/Instructions.h"
#include "llvm/Module.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/CodeGen/MachineFunctionPass.h"