[llvm-commits] [llvm] r39979 - /llvm/trunk/lib/CodeGen/LiveVariables.cpp
Evan Cheng
evan.cheng at apple.com
Tue Jul 17 13:01:20 PDT 2007
Author: evancheng
Date: Tue Jul 17 15:01:19 2007
New Revision: 39979
URL: http://llvm.org/viewvc/llvm-project?rev=39979&view=rev
Log:
Dead code.
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=39979&r1=39978&r2=39979&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveVariables.cpp (original)
+++ llvm/trunk/lib/CodeGen/LiveVariables.cpp Tue Jul 17 15:01:19 2007
@@ -356,7 +356,6 @@
if (PhysRegPartUse[SubReg])
addRegisterKilled(SubReg, PhysRegPartUse[SubReg], true);
}
- //addRegisterKilled(SubReg, LastRef);
} else if (PhysRegPartUse[SubReg])
// Add implicit use / kill to last use of a sub-register.
addRegisterKilled(SubReg, PhysRegPartUse[SubReg], true);
More information about the llvm-commits
mailing list