diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-04-15 19:44:21 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-04-15 19:44:21 +0000 |
commit | b36d07cb930b1424f99f03c1c9976de011ce2617 (patch) | |
tree | d546998942dfc65e22fea08bb575469200a32b48 /llvm/lib/CodeGen | |
parent | 7a4a25de1ef012fe25cf5fa89470d75ce7ede6d5 (diff) | |
download | bcm5719-llvm-b36d07cb930b1424f99f03c1c9976de011ce2617.tar.gz bcm5719-llvm-b36d07cb930b1424f99f03c1c9976de011ce2617.zip |
prune includes
llvm-svn: 101385
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/MachineModuleInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp index 2bc3941b7f7..ab2fdbe78f3 100644 --- a/llvm/lib/CodeGen/MachineModuleInfo.cpp +++ b/llvm/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" |