diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:01 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:01 +0000 |
commit | 6af4f232b5d1cf44d94f60fa29b3840218bed2b2 (patch) | |
tree | 84d616744dbc35c4b160398f75d7c84a56d22bc8 /llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | |
parent | da9f40267730cb5d6ea50840851fa7aa84dcd2a2 (diff) | |
download | bcm5719-llvm-6af4f232b5d1cf44d94f60fa29b3840218bed2b2.tar.gz bcm5719-llvm-6af4f232b5d1cf44d94f60fa29b3840218bed2b2.zip |
Remove redundant includes from lib/Transforms.
llvm-svn: 320628
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp index 713d540079f..d4f06e18b95 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp +++ b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp @@ -18,7 +18,6 @@ #include "llvm/Analysis/Loads.h" #include "llvm/IR/ConstantRange.h" #include "llvm/IR/DataLayout.h" -#include "llvm/IR/DebugInfo.h" #include "llvm/IR/IntrinsicInst.h" #include "llvm/IR/LLVMContext.h" #include "llvm/IR/MDBuilder.h" |