mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 22:30:33 +00:00
Fix typo. Thanks, Andy!
llvm-svn: 137023
This commit is contained in:
parent
a7fc7983d4
commit
32649cbc65
@ -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