[llvm-commits] [llvm] r71459 - /llvm/trunk/lib/Target/README.txt

Dan Gohman gohman at apple.com
Mon May 11 11:51:16 PDT 2009


Author: djg
Date: Mon May 11 13:51:16 2009
New Revision: 71459

URL: http://llvm.org/viewvc/llvm-project?rev=71459&view=rev
Log:
Fix two wording errors that Duncan spotted.

Modified:
    llvm/trunk/lib/Target/README.txt

Modified: llvm/trunk/lib/Target/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/README.txt?rev=71459&r1=71458&r2=71459&view=diff

==============================================================================
--- llvm/trunk/lib/Target/README.txt (original)
+++ llvm/trunk/lib/Target/README.txt Mon May 11 13:51:16 2009
@@ -125,7 +125,7 @@
 
 //===---------------------------------------------------------------------===//
 
-We should and produce and unaligned load from code like this:
+We should produce an unaligned load from code like this:
 
 v4sf example(float *P) {
   return (v4sf){P[0], P[1], P[2], P[3] };





More information about the llvm-commits mailing list