diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-01-20 22:48:59 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-01-20 22:48:59 +0000 |
commit | 52ee45d64a7f5c0aec52f1f04a93884f6dd6b4ed (patch) | |
tree | c528438572c29cb09a06186d34067d255bb602aa /llvm/lib/CodeGen/LiveVariables.cpp | |
parent | 1dc4a77a23175c5e1670ca907360e9f6816d21d4 (diff) | |
download | bcm5719-llvm-52ee45d64a7f5c0aec52f1f04a93884f6dd6b4ed.tar.gz bcm5719-llvm-52ee45d64a7f5c0aec52f1f04a93884f6dd6b4ed.zip |
Delete an unused member variable.
llvm-svn: 148594
Diffstat (limited to 'llvm/lib/CodeGen/LiveVariables.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveVariables.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveVariables.cpp b/llvm/lib/CodeGen/LiveVariables.cpp index 96d36c8e56a..77df27cc979 100644 --- a/llvm/lib/CodeGen/LiveVariables.cpp +++ b/llvm/lib/CodeGen/LiveVariables.cpp @@ -130,7 +130,6 @@ void LiveVariables::HandleVirtRegUse(unsigned reg, MachineBasicBlock *MBB, unsigned BBNum = MBB->getNumber(); VarInfo& VRInfo = getVarInfo(reg); - VRInfo.NumUses++; // Check to see if this basic block is already a kill block. if (!VRInfo.Kills.empty() && VRInfo.Kills.back()->getParent() == MBB) { |