summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-11 23:59:03 +0000
committerChris Lattner <sabre@nondot.org>2008-10-11 23:59:03 +0000
commitc46186e890b0975bf6e160629e8e12944dfc1a68 (patch)
tree23c16fb39236089daeaffc6c7430ca3e6b130f09 /llvm/lib
parentda435910e81a42a4ff37ab4e79b5bee0fd2b477e (diff)
downloadbcm5719-llvm-c46186e890b0975bf6e160629e8e12944dfc1a68.tar.gz
bcm5719-llvm-c46186e890b0975bf6e160629e8e12944dfc1a68.zip
fix typo
llvm-svn: 57388
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
index 0a77826a24e..bb860d293e5 100644
--- a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud