forked from OSchip/llvm-project
parent
80677bce11
commit
6538f40e31
|
@ -18,8 +18,8 @@
|
|||
using namespace polly;
|
||||
using namespace llvm;
|
||||
|
||||
VirtualUse VirtualUse ::create(Scop *S, const Use &U, LoopInfo *LI,
|
||||
bool Virtual) {
|
||||
VirtualUse VirtualUse::create(Scop *S, const Use &U, LoopInfo *LI,
|
||||
bool Virtual) {
|
||||
auto *UserBB = getUseBlock(U);
|
||||
Loop *UserScope = LI->getLoopFor(UserBB);
|
||||
Instruction *UI = dyn_cast<Instruction>(U.getUser());
|
||||
|
|
Loading…
Reference in New Issue