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

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


Author: djg
Date: Mon May 11 13:06:05 2009
New Revision: 71449

URL: http://llvm.org/viewvc/llvm-project?rev=71449&view=rev
Log:
LLVM has unaligned loads and stores now.

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=71449&r1=71448&r2=71449&view=diff

==============================================================================
--- llvm/trunk/lib/Target/README.txt (original)
+++ llvm/trunk/lib/Target/README.txt Mon May 11 13:06:05 2009
@@ -125,8 +125,7 @@
 
 //===---------------------------------------------------------------------===//
 
-We should add 'unaligned load/store' nodes, and produce them from code like
-this:
+We should and produce and 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