mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix typo. Thanks, Andy!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06988bcf6a
commit
69145baf36
@ -945,7 +945,7 @@ void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit,
|
||||
assert(NumGlobalIntvs && "No global intervals configured");
|
||||
|
||||
// Isolate even single instructions when dealing with a proper sub-class.
|
||||
// That giarantees register class inflation for the stack interval because it
|
||||
// That guarantees register class inflation for the stack interval because it
|
||||
// is all copies.
|
||||
unsigned Reg = SA->getParent().reg;
|
||||
bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg));
|
||||
|
Loading…
Reference in New Issue
Block a user