forked from OSchip/llvm-project
parent
c3885c4589
commit
594386e773
|
@ -3869,7 +3869,7 @@ bool isAParameter(llvm::Value *maybeParam, const Function &F) {
|
|||
return true;
|
||||
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
bool Scop::canAlwaysBeHoisted(MemoryAccess *MA, bool StmtInvalidCtxIsEmpty,
|
||||
bool MAInvalidCtxIsEmpty,
|
||||
|
|
Loading…
Reference in New Issue