diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-10-24 05:26:02 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-10-24 05:26:02 +0000 |
commit | 0b244abc5121bb881ed452f315c36581f017ff8e (patch) | |
tree | 76a6266552e4304838ef3bdade7c9ba2584f9926 /llvm/include | |
parent | b5d425ecfb621e76c4e74f84d4272a38709f6457 (diff) | |
download | bcm5719-llvm-0b244abc5121bb881ed452f315c36581f017ff8e.tar.gz bcm5719-llvm-0b244abc5121bb881ed452f315c36581f017ff8e.zip |
llvm/Transforms/Utils/LoopVersioning.h requires llvm/Analysis/LoopAccessAnalysis.h for RuntimePointerChecking::PointerCheck.
llvm-svn: 251178
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/Transforms/Utils/LoopVersioning.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Transforms/Utils/LoopVersioning.h b/llvm/include/llvm/Transforms/Utils/LoopVersioning.h index 58a9e5b5a70..41eb50c7662 100644 --- a/llvm/include/llvm/Transforms/Utils/LoopVersioning.h +++ b/llvm/include/llvm/Transforms/Utils/LoopVersioning.h @@ -16,6 +16,7 @@ #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" |