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/Instrumentation | |
| 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/Instrumentation')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp index 787afc32dfb..9b70f95480e 100644 --- a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp +++ b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp @@ -43,7 +43,6 @@ #include "llvm/Support/Error.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Transforms/Utils/BasicBlockUtils.h" -#include "llvm/Transforms/Utils/LoopSimplify.h" #include "llvm/Transforms/Utils/ModuleUtils.h" #include "llvm/Transforms/Utils/SSAUpdater.h" #include <algorithm> |

