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/PHIElimination.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/PHIElimination.cpp')
-rw-r--r-- | llvm/lib/CodeGen/PHIElimination.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PHIElimination.cpp b/llvm/lib/CodeGen/PHIElimination.cpp index 0e52496f00c..556fb406566 100644 --- a/llvm/lib/CodeGen/PHIElimination.cpp +++ b/llvm/lib/CodeGen/PHIElimination.cpp @@ -241,7 +241,6 @@ void PHIElimination::LowerAtomicPHINode( LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); // Increment use count of the newly created virtual register. - VI.NumUses++; LV->setPHIJoin(IncomingReg); // When we are reusing the incoming register, it may already have been |