summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-10-11 23:02:17 +0000
committerChris Lattner <sabre@nondot.org>2011-10-11 23:02:17 +0000
commit7bd0ea34875e44b36e9f11ae4e517149db5e287d (patch)
treee1e68409c78501f80ab425de4c7613d68bb6d914 /llvm
parent487974042e433554ea800e96566fb2febec2471d (diff)
downloadbcm5719-llvm-7bd0ea34875e44b36e9f11ae4e517149db5e287d.tar.gz
bcm5719-llvm-7bd0ea34875e44b36e9f11ae4e517149db5e287d.zip
target data is a contract with the code generator, not the "processor"
llvm-svn: 141734
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 8e54f3c433a..cedd0244ec7 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -2069,7 +2069,7 @@ in signal handlers).</p>
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
OpenPOWER on IntegriCloud