[llvm-commits] [llvm] r141734 - /llvm/trunk/docs/LangRef.html

Chris Lattner sabre at nondot.org
Tue Oct 11 16:02:17 PDT 2011


Author: lattner
Date: Tue Oct 11 18:02:17 2011
New Revision: 141734

URL: http://llvm.org/viewvc/llvm-project?rev=141734&view=rev
Log:
target data is a contract with the code generator, not the "processor"

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=141734&r1=141733&r2=141734&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Oct 11 18:02:17 2011
@@ -2069,7 +2069,7 @@
   alignment of the struct is one byte, and that there is no padding between
   the elements.  In non-packed structs, padding between field types is inserted
   as defined by the TargetData string in the module, which is required to match
-  what the underlying processor expects.</p>
+  what the underlying code generator expects.</p>
 
 <p>Structures can either be "literal" or "identified".  A literal structure is
   defined inline with other types (e.g. <tt>{i32, i32}*</tt>) whereas identified





More information about the llvm-commits mailing list