diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:52 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:52 +0000 |
commit | f05cb4374dc213a9ee1b259ead335aa8bc28a93b (patch) | |
tree | b02c7cc0534dc3e4bd64ef3c09d9094816f96198 /llvm/lib/IR/Instruction.cpp | |
parent | a44d5fe333c6f028ba8995d690c80fb8b86218cd (diff) | |
download | bcm5719-llvm-f05cb4374dc213a9ee1b259ead335aa8bc28a93b.tar.gz bcm5719-llvm-f05cb4374dc213a9ee1b259ead335aa8bc28a93b.zip |
Remove redundant includes from lib/IR.
llvm-svn: 320622
Diffstat (limited to 'llvm/lib/IR/Instruction.cpp')
-rw-r--r-- | llvm/lib/IR/Instruction.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/IR/Instruction.cpp b/llvm/lib/IR/Instruction.cpp index 1d371b01901..5f2a6146ad8 100644 --- a/llvm/lib/IR/Instruction.cpp +++ b/llvm/lib/IR/Instruction.cpp @@ -13,11 +13,9 @@ #include "llvm/IR/Instruction.h" #include "llvm/ADT/DenseSet.h" -#include "llvm/IR/CallSite.h" #include "llvm/IR/Constants.h" #include "llvm/IR/Instructions.h" #include "llvm/IR/MDBuilder.h" -#include "llvm/IR/Module.h" #include "llvm/IR/Operator.h" #include "llvm/IR/Type.h" using namespace llvm; |