summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveVariables.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-07-17 20:01:19 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-07-17 20:01:19 +0000
commitf99002c14303fe3f58f854bb77f9bcfbe7656b64 (patch)
tree18cec9fbd92f0ebb145fc12ae792bc4fd5ee9389 /lib/CodeGen/LiveVariables.cpp
parent5b3332cc272589b3cba938663f6bd37fbda97566 (diff)
downloadllvm-f99002c14303fe3f58f854bb77f9bcfbe7656b64.tar.gz
llvm-f99002c14303fe3f58f854bb77f9bcfbe7656b64.tar.bz2
llvm-f99002c14303fe3f58f854bb77f9bcfbe7656b64.tar.xz
Dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveVariables.cpp')
-rw-r--r--lib/CodeGen/LiveVariables.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveVariables.cpp b/lib/CodeGen/LiveVariables.cpp
index 6f8e956b86..504b607b85 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);