mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 06:39:12 +00:00
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93560 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e6a5ddd0fa
commit
5cd8770412
@ -232,7 +232,7 @@ ReprocessLoop:
|
||||
PN->eraseFromParent();
|
||||
}
|
||||
|
||||
// If this loop has muliple exits and the exits all go to the same
|
||||
// If this loop has multiple exits and the exits all go to the same
|
||||
// block, attempt to merge the exits. This helps several passes, such
|
||||
// as LoopRotation, which do not support loops with multiple exits.
|
||||
// SimplifyCFG also does this (and this code uses the same utility
|
||||
|
Loading…
Reference in New Issue
Block a user