mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
Remove unused variable to silence compiler warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6447d52ba8
commit
220ee59b90
@ -154,7 +154,6 @@ TargetRegisterInfo::getMatchingSuperRegClass(const TargetRegisterClass *A,
|
||||
assert(Idx && "Bad sub-register index");
|
||||
|
||||
// Find Idx in the list of super-register indices.
|
||||
const uint32_t *Mask = 0;
|
||||
for (SuperRegClassIterator RCI(B, this); RCI.isValid(); ++RCI)
|
||||
if (RCI.getSubReg() == Idx)
|
||||
// The bit mask contains all register classes that are projected into B
|
||||
|
Loading…
x
Reference in New Issue
Block a user