mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 13:10:34 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154522 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec14cd7ddc
commit
c9f27ee842
@ -13,7 +13,7 @@
|
||||
// each member (if possible). Then, if possible, it transforms the individual
|
||||
// alloca instructions into nice clean scalar SSA form.
|
||||
//
|
||||
// This combines a simple SRoA algorithm with the Mem2Reg algorithm because
|
||||
// This combines a simple SRoA algorithm with the Mem2Reg algorithm because they
|
||||
// often interact, especially for C++ programs. As such, iterating between
|
||||
// SRoA, then Mem2Reg until we run out of things to promote works well.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user