summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-03-30 20:30:02 +0000
committerBill Wendling <isanbard@gmail.com>2009-03-30 20:30:02 +0000
commit5f0d97c571af62a89809d44f1b97563a0ebce85b (patch)
tree5d43b48f4bd3b03368fcd0b9934f054805e999ef /llvm/lib/CodeGen
parent8aa8f5bf6a79ab33180972e22737426084d5d8fe (diff)
downloadbcm5719-llvm-5f0d97c571af62a89809d44f1b97563a0ebce85b.tar.gz
bcm5719-llvm-5f0d97c571af62a89809d44f1b97563a0ebce85b.zip
Fix grammar-o in comment.
llvm-svn: 68057
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
index 277b1e6d275..f60b23a6c50 100644
--- a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud