mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Cosmetic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42897 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3393f892c7
commit
dad9db6a32
@ -143,7 +143,7 @@ namespace llvm
|
|||||||
/// about which copies to coalesce should be made by the
|
/// about which copies to coalesce should be made by the
|
||||||
/// coalescer.
|
/// coalescer.
|
||||||
virtual bool isLegalToCoalesce(const MachineInstr &inst) const {
|
virtual bool isLegalToCoalesce(const MachineInstr &inst) const {
|
||||||
return(true);
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user