diff options
author | Cameron Zwarich <zwarich@apple.com> | 2010-12-29 04:42:39 +0000 |
---|---|---|
committer | Cameron Zwarich <zwarich@apple.com> | 2010-12-29 04:42:39 +0000 |
commit | bfef075140a76f85551515dbaba2151573c7d95c (patch) | |
tree | 51914db34f5380b96b8fd190858ca575c2012a8e /llvm/lib/CodeGen/RegAllocBase.h | |
parent | 46a5b05207794865c950d48cbb8260e0bab221e2 (diff) | |
download | bcm5719-llvm-bfef075140a76f85551515dbaba2151573c7d95c.tar.gz bcm5719-llvm-bfef075140a76f85551515dbaba2151573c7d95c.zip |
Add a missing word to a comment.
llvm-svn: 122625
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBase.h')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocBase.h b/llvm/lib/CodeGen/RegAllocBase.h index 193c14460cc..a0416d27d84 100644 --- a/llvm/lib/CodeGen/RegAllocBase.h +++ b/llvm/lib/CodeGen/RegAllocBase.h @@ -30,7 +30,7 @@ // of registers, if a more sophisticated allocator chooses to do that. // // This framework provides a way to engineer the compile time vs. code -// quality trade-off without relying a particular theoretical solver. +// quality trade-off without relying on a particular theoretical solver. // //===----------------------------------------------------------------------===// |