diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-11 23:59:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-11 23:59:03 +0000 |
commit | 0f2b3c676568572d60d2f93fac02eca0a035f7fb (patch) | |
tree | a86ec63682c7a82ab0e44de1ace14c90c789720a /lib/CodeGen/SimpleRegisterCoalescing.cpp | |
parent | bd85a5f8f4163ee7f75177a66f2b6b7779dcbc79 (diff) | |
download | external_llvm-0f2b3c676568572d60d2f93fac02eca0a035f7fb.zip external_llvm-0f2b3c676568572d60d2f93fac02eca0a035f7fb.tar.gz external_llvm-0f2b3c676568572d60d2f93fac02eca0a035f7fb.tar.bz2 |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57388 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SimpleRegisterCoalescing.cpp')
-rw-r--r-- | lib/CodeGen/SimpleRegisterCoalescing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SimpleRegisterCoalescing.cpp b/lib/CodeGen/SimpleRegisterCoalescing.cpp index 0a77826..bb860d2 100644 --- a/lib/CodeGen/SimpleRegisterCoalescing.cpp +++ b/lib/CodeGen/SimpleRegisterCoalescing.cpp @@ -465,7 +465,7 @@ bool SimpleRegisterCoalescing::ReMaterializeTrivialDef(LiveInterval &SrcInt, MachineBasicBlock *MBB = CopyMI->getParent(); tii_->reMaterialize(*MBB, MII, DstReg, DefMI); MachineInstr *NewMI = prior(MII); - // CopyMI may have implicit instructions, transfer them over to the newly + // CopyMI may have implicit operands, transfer them over to the newly // rematerialized instruction. And update implicit def interval valnos. for (unsigned i = CopyMI->getDesc().getNumOperands(), e = CopyMI->getNumOperands(); i != e; ++i) { |