Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 614bd35

Browse files
committed
llvm/Transforms/Utils/LoopVersioning.h requires llvm/Analysis/LoopAccessAnalysis.h for RuntimePointerChecking::PointerCheck.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251178 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 242325a commit 614bd35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/llvm/Transforms/Utils/LoopVersioning.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#ifndef LLVM_TRANSFORMS_UTILS_LOOPVERSIONING_H
1717
#define LLVM_TRANSFORMS_UTILS_LOOPVERSIONING_H
1818

19+
#include "llvm/Analysis/LoopAccessAnalysis.h"
1920
#include "llvm/Transforms/Utils/ValueMapper.h"
2021
#include "llvm/Transforms/Utils/LoopUtils.h"
2122

0 commit comments

Comments
 (0)