comment typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2013-12-13 22:23:54 +00:00
parent cadf450e17
commit e670304f64

View File

@ -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) {