Move TargetData to DataLayout.
[oota-llvm.git] / docs / LangRef.html
index 7ee1418f31637dcaf3a8f1220799d853913aa0db..167397ff53d0fdbf6b59c93a2eba1e19aaee6f41 100644 (file)
@@ -2104,7 +2104,7 @@ in signal handlers).</p>
 <p>Structures may optionally be "packed" structures, which indicate that the 
   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
+  as defined by the DataLayout string in the module, which is required to match
   what the underlying code generator expects.</p>
 
 <p>Structures can either be "literal" or "identified".  A literal structure is