[llvm-commits] [llvm] r122625 - /llvm/trunk/lib/CodeGen/RegAllocBase.h

Cameron Zwarich zwarich at apple.com
Tue Dec 28 20:42:39 PST 2010


Author: zwarich
Date: Tue Dec 28 22:42:39 2010
New Revision: 122625

URL: http://llvm.org/viewvc/llvm-project?rev=122625&view=rev
Log:
Add a missing word to a comment.

Modified:
    llvm/trunk/lib/CodeGen/RegAllocBase.h

Modified: llvm/trunk/lib/CodeGen/RegAllocBase.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RegAllocBase.h?rev=122625&r1=122624&r2=122625&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RegAllocBase.h (original)
+++ llvm/trunk/lib/CodeGen/RegAllocBase.h Tue Dec 28 22:42:39 2010
@@ -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.
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list