Fix grammar-o in comment.

llvm-svn: 68057
This commit is contained in:
Bill Wendling 2009-03-30 20:30:02 +00:00
parent 8aa8f5bf6a
commit 5f0d97c571
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ bool SimpleRegisterCoalescing::SimpleJoin(LiveInterval &LHS, LiveInterval &RHS){
// vr1024 = op
// = vr1025
// 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
// value of the previous iteration of vr1024.
return false;