mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 02:58:10 +00:00
Fix grammar-o in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68057 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e8bc475668
commit
430d423e4b
@ -1746,7 +1746,7 @@ bool SimpleRegisterCoalescing::SimpleJoin(LiveInterval &LHS, LiveInterval &RHS){
|
|||||||
// vr1024 = op
|
// vr1024 = op
|
||||||
// = vr1025
|
// = vr1025
|
||||||
// Even though vr1025 is copied from vr1024, it's not safe to
|
// Even though vr1025 is copied from vr1024, it's not safe to
|
||||||
// coalesced them since live range of vr1025 intersects the
|
// coalesce them since the live range of vr1025 intersects the
|
||||||
// def of vr1024. This happens because vr1025 is assigned the
|
// def of vr1024. This happens because vr1025 is assigned the
|
||||||
// value of the previous iteration of vr1024.
|
// value of the previous iteration of vr1024.
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user