From 60cf0adeb575f469d299fe83c06db1740344384c Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Fri, 13 Dec 2013 22:23:54 +0000 Subject: comment typo. llvm-svn: 197278 --- llvm/lib/CodeGen/ExecutionDepsFix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/ExecutionDepsFix.cpp') diff --git a/llvm/lib/CodeGen/ExecutionDepsFix.cpp b/llvm/lib/CodeGen/ExecutionDepsFix.cpp index 031f19c135a..f2a61efcae2 100644 --- a/llvm/lib/CodeGen/ExecutionDepsFix.cpp +++ b/llvm/lib/CodeGen/ExecutionDepsFix.cpp @@ -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) { -- cgit v1.2.3