mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix typo.
llvm-svn: 166456
This commit is contained in:
parent
0ea5501167
commit
7444c92c80
@ -593,7 +593,7 @@ void PromoteMem2Reg::run() {
|
||||
EliminatedAPHI = false;
|
||||
|
||||
// Iterating over NewPhiNodes is deterministic, so it is safe to try to
|
||||
// simplify and RUAW them as we go. If it was not, we could add uses to
|
||||
// simplify and RAUW them as we go. If it was not, we could add uses to
|
||||
// the values we replace with in a non deterministic order, thus creating
|
||||
// non deterministic def->use chains.
|
||||
for (DenseMap<std::pair<unsigned, unsigned>, PHINode*>::iterator I =
|
||||
|
Loading…
x
Reference in New Issue
Block a user