summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commitf9ef70560eb4506cc8ccd5f0be836e94b1ed9c7a (patch)
tree356dad485cdabfbe77db1530dadb8c8b73e163ca /llvm/lib/CodeGen
parentb2bb4b40406b0ed6a7d9f01b97969bf9f15f1715 (diff)
downloadbcm5719-llvm-f9ef70560eb4506cc8ccd5f0be836e94b1ed9c7a.tar.gz
bcm5719-llvm-f9ef70560eb4506cc8ccd5f0be836e94b1ed9c7a.zip
Dead code.
llvm-svn: 39979
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LiveVariables.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveVariables.cpp b/llvm/lib/CodeGen/LiveVariables.cpp
index 6f8e956b866..504b607b857 100644
--- a/llvm/lib/CodeGen/LiveVariables.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud