mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix a typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0437ef6510
commit
467116a1c8
@ -1761,7 +1761,7 @@ bool CodeGenPrepare::OptimizeExtUses(Instruction *I) {
|
||||
if (!DefIsLiveOut)
|
||||
return false;
|
||||
|
||||
// Make sure non of the uses are PHI nodes.
|
||||
// Make sure none of the uses are PHI nodes.
|
||||
for (Value::use_iterator UI = Src->use_begin(), E = Src->use_end();
|
||||
UI != E; ++UI) {
|
||||
Instruction *User = cast<Instruction>(*UI);
|
||||
|
Loading…
Reference in New Issue
Block a user