mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
Ack, typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22560 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a35e1dfd12
commit
f84d5ab5df
@ -331,7 +331,7 @@ void LoopStrengthReduce::AnalyzeGetElementPtrUsers(GetElementPtrInst *GEP,
|
||||
/// reducible SCEV, recursively add its users to the IVUsesByStride set and
|
||||
/// return true. Otherwise, return false.
|
||||
bool LoopStrengthReduce::AddUsersIfInteresting(Instruction *I, Loop *L) {
|
||||
if (I->getType() == Type::VoidTy) return false
|
||||
if (I->getType() == Type::VoidTy) return false;
|
||||
SCEVHandle ISE = SE->getSCEV(I);
|
||||
if (!CanReduceSCEV(ISE, L)) return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user