From: Evan Cheng Date: Tue, 17 Jul 2007 20:01:19 +0000 (+0000) Subject: Dead code. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f99002c14303fe3f58f854bb77f9bcfbe7656b64;p=oota-llvm.git Dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39979 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveVariables.cpp b/lib/CodeGen/LiveVariables.cpp index 6f8e956b866..504b607b857 100644 --- a/lib/CodeGen/LiveVariables.cpp +++ b/lib/CodeGen/LiveVariables.cpp @@ -356,7 +356,6 @@ void LiveVariables::HandlePhysRegDef(unsigned Reg, MachineInstr *MI) { 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);