diff options
| author | Mehdi Amini <mehdi.amini@apple.com> | 2015-10-21 06:10:55 +0000 |
|---|---|---|
| committer | Mehdi Amini <mehdi.amini@apple.com> | 2015-10-21 06:10:55 +0000 |
| commit | d2638566469f06d67234162d3d72003b275c6863 (patch) | |
| tree | 3e19249a0d389c722228f68c0ae3a954b42a28f3 /llvm/include | |
| parent | dd2b74ab21ac8b6abdf6696d0341f591a755e572 (diff) | |
| download | bcm5719-llvm-d2638566469f06d67234162d3d72003b275c6863.tar.gz bcm5719-llvm-d2638566469f06d67234162d3d72003b275c6863.zip | |
Revert "Add missing #include, found by modules build."
This reverts commit r250239.
It seems unwanted changes got committed here, and part of
the patch does not seem correct.
For instance RoundUpToAlignment() is called without its returned
value actually used.
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 250882
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Transforms/Utils/LoopVersioning.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/Utils/LoopVersioning.h b/llvm/include/llvm/Transforms/Utils/LoopVersioning.h index 41eb50c7662..58a9e5b5a70 100644 --- a/llvm/include/llvm/Transforms/Utils/LoopVersioning.h +++ b/llvm/include/llvm/Transforms/Utils/LoopVersioning.h @@ -16,7 +16,6 @@ #ifndef LLVM_TRANSFORMS_UTILS_LOOPVERSIONING_H #define LLVM_TRANSFORMS_UTILS_LOOPVERSIONING_H -#include "llvm/Analysis/LoopAccessAnalysis.h" #include "llvm/Transforms/Utils/ValueMapper.h" #include "llvm/Transforms/Utils/LoopUtils.h" |

