The variable liTRC is not used for anything useful, zap it

(gcc-4.6 warning).

llvm-svn: 117022
This commit is contained in:
Duncan Sands 2010-10-21 16:04:43 +00:00
parent ee4eb2bad1
commit 2f16b91ce0
1 changed files with 0 additions and 5 deletions

View File

@ -463,14 +463,9 @@ namespace llvm {
liItr != liEnd; ++liItr) {
LiveInterval *li = liItr->second;
const TargetRegisterClass *liTRC;
if (TargetRegisterInfo::isPhysicalRegister(li->reg))
continue;
liTRC = mri->getRegClass(li->reg);
// For all ranges in the current interal.
for (LiveInterval::iterator lrItr = li->begin(),
lrEnd = li->end();