comment typo.

llvm-svn: 197278
This commit is contained in:
Andrew Trick 2013-12-13 22:23:54 +00:00
parent e1fad2b560
commit 60cf0adeb5
1 changed files with 1 additions and 1 deletions

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