diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2011-07-20 21:57:23 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2011-07-20 21:57:23 +0000 |
| commit | 911e12f50535689052dbe1f8cea5bd2f21a7ca3d (patch) | |
| tree | f597cd2927c9924fe1c99c21bad587d239a68072 /llvm/lib/Transforms/Utils/Local.cpp | |
| parent | bcd50a10d5429dbd3ead6505c54c44b9be743c37 (diff) | |
| download | llvm-911e12f50535689052dbe1f8cea5bd2f21a7ca3d.zip llvm-911e12f50535689052dbe1f8cea5bd2f21a7ca3d.tar.gz llvm-911e12f50535689052dbe1f8cea5bd2f21a7ca3d.tar.bz2 | |
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where it's used and not included where it isn't.
llvm-svn: 135628
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Utils/Local.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp index 0f6d9ae..2d43e37 100644 --- a/llvm/lib/Transforms/Utils/Local.cpp +++ b/llvm/lib/Transforms/Utils/Local.cpp @@ -27,7 +27,6 @@ #include "llvm/Analysis/DebugInfo.h" #include "llvm/Analysis/DIBuilder.h" #include "llvm/Analysis/Dominators.h" -#include "llvm/Analysis/ConstantFolding.h" #include "llvm/Analysis/InstructionSimplify.h" #include "llvm/Analysis/ProfileInfo.h" #include "llvm/Analysis/ValueTracking.h" |
