mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cadf450e17
commit
e670304f64
@ -557,7 +557,7 @@ void ExeDepsFix::processUndefReads(MachineBasicBlock *MBB) {
|
||||
|
||||
for (MachineBasicBlock::reverse_iterator I = MBB->rbegin(), E = MBB->rend();
|
||||
I != E; ++I) {
|
||||
// Update liveness, including the current instrucion's defs.
|
||||
// Update liveness, including the current instruction's defs.
|
||||
LiveUnits.stepBackward(*I, *TRI);
|
||||
|
||||
if (UndefMI == &*I) {
|
||||
|
Loading…
Reference in New Issue
Block a user