mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 09:18:30 +00:00
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9305dcb3c7
commit
79a2c4f7a9
@ -151,7 +151,7 @@ bool LoopRotate::rotateLoop(Loop *Lp, LPPassManager &LPM) {
|
||||
BranchInst *BI = dyn_cast<BranchInst>(OrigHeader->getTerminator());
|
||||
if (!BI)
|
||||
return false;
|
||||
assert (BI->isConditional() && "Branch Instruction is not condiitional");
|
||||
assert (BI->isConditional() && "Branch Instruction is not conditional");
|
||||
|
||||
// Updating PHInodes in loops with multiple exits adds complexity.
|
||||
// Keep it simple, and restrict loop rotation to loops with one exit only.
|
||||
|
Loading…
Reference in New Issue
Block a user