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/IPO/InferFunctionAttrs.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/IPO/InferFunctionAttrs.cpp')
-rw-r--r-- | llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp b/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp index 15d7515cc84..470f97b8ba6 100644 --- a/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp +++ b/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp @@ -8,7 +8,6 @@ //===----------------------------------------------------------------------===// #include "llvm/Transforms/IPO/InferFunctionAttrs.h" -#include "llvm/Analysis/MemoryBuiltins.h" #include "llvm/Analysis/TargetLibraryInfo.h" #include "llvm/IR/Function.h" #include "llvm/IR/LLVMContext.h" |