mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-23 22:46:42 +00:00
Remove unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37816 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cdc85a58a0
commit
821262953a
@ -615,9 +615,6 @@ static unsigned calcMaxScratches(const SUnit *SU) {
|
||||
|
||||
// Bottom up
|
||||
bool bu_ls_rr_sort::operator()(const SUnit *left, const SUnit *right) const {
|
||||
bool LIsTarget = left->Node->isTargetOpcode();
|
||||
bool RIsTarget = right->Node->isTargetOpcode();
|
||||
|
||||
// There used to be a special tie breaker here that looked for
|
||||
// two-address instructions and preferred the instruction with a
|
||||
// def&use operand. The special case triggered diagnostics when
|
||||
|
Loading…
x
Reference in New Issue
Block a user