mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
The variable liTRC is not used for anything useful, zap it
(gcc-4.6 warning). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6abfa46987
commit
9bc20ca728
@ -463,14 +463,9 @@ namespace llvm {
|
|||||||
liItr != liEnd; ++liItr) {
|
liItr != liEnd; ++liItr) {
|
||||||
LiveInterval *li = liItr->second;
|
LiveInterval *li = liItr->second;
|
||||||
|
|
||||||
const TargetRegisterClass *liTRC;
|
|
||||||
|
|
||||||
if (TargetRegisterInfo::isPhysicalRegister(li->reg))
|
if (TargetRegisterInfo::isPhysicalRegister(li->reg))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
liTRC = mri->getRegClass(li->reg);
|
|
||||||
|
|
||||||
|
|
||||||
// For all ranges in the current interal.
|
// For all ranges in the current interal.
|
||||||
for (LiveInterval::iterator lrItr = li->begin(),
|
for (LiveInterval::iterator lrItr = li->begin(),
|
||||||
lrEnd = li->end();
|
lrEnd = li->end();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user