[llvm-commits] [llvm] r47389 - /llvm/trunk/lib/CodeGen/LiveVariables.cpp
Bill Wendling
isanbard at gmail.com
Wed Feb 20 11:09:14 PST 2008
Author: void
Date: Wed Feb 20 13:09:14 2008
New Revision: 47389
URL: http://llvm.org/viewvc/llvm-project?rev=47389&view=rev
Log:
Fix comment.
Modified:
llvm/trunk/lib/CodeGen/LiveVariables.cpp
Modified: llvm/trunk/lib/CodeGen/LiveVariables.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LiveVariables.cpp?rev=47389&r1=47388&r2=47389&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveVariables.cpp (original)
+++ llvm/trunk/lib/CodeGen/LiveVariables.cpp Wed Feb 20 13:09:14 2008
@@ -275,8 +275,7 @@
}
/// addRegisterKills - For all of a register's sub-registers that are killed in
-/// other instructions (?), indicate that they are killed in this machine
-/// instruction by marking the operand as "killed". (If the machine operand
+/// at this machine instruction, mark them as "killed". (If the machine operand
/// isn't found, add it first.)
void LiveVariables::addRegisterKills(unsigned Reg, MachineInstr *MI,
SmallSet<unsigned, 4> &SubKills) {
More information about the llvm-commits
mailing list