diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-03-30 20:30:02 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-03-30 20:30:02 +0000 |
commit | 0e151d2dab8d38113b62a089c2b101f80d7ebd4f (patch) | |
tree | 4675c296a284bc3a41f2ecb9301a75b6fb85ba67 /lib/CodeGen/SimpleRegisterCoalescing.cpp | |
parent | 8db32a1e00d6098a04ae63ddb49f9fae8e3ad0dc (diff) | |
download | external_llvm-0e151d2dab8d38113b62a089c2b101f80d7ebd4f.zip external_llvm-0e151d2dab8d38113b62a089c2b101f80d7ebd4f.tar.gz external_llvm-0e151d2dab8d38113b62a089c2b101f80d7ebd4f.tar.bz2 |
Fix grammar-o in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SimpleRegisterCoalescing.cpp')
-rw-r--r-- | lib/CodeGen/SimpleRegisterCoalescing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SimpleRegisterCoalescing.cpp b/lib/CodeGen/SimpleRegisterCoalescing.cpp index 277b1e6..f60b23a 100644 --- a/lib/CodeGen/SimpleRegisterCoalescing.cpp +++ b/lib/CodeGen/SimpleRegisterCoalescing.cpp @@ -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; |