summaryrefslogtreecommitdiff
path: root/docs
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
commite4617b0280deb229e86a85f7b485099c2c787bb5 (patch)
tree312ba7ad840172398a3ec51de8469884e201caf6 /docs
parent6509f50c69b26b88a77bcae6b9ba84c7e6122b73 (diff)
downloadllvm-e4617b0280deb229e86a85f7b485099c2c787bb5.tar.gz
llvm-e4617b0280deb229e86a85f7b485099c2c787bb5.tar.bz2
llvm-e4617b0280deb229e86a85f7b485099c2c787bb5.tar.xz
target data is a contract with the code generator, not the "processor"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 8e54f3c433..cedd0244ec 100644
--- a/docs/LangRef.html
+++ b/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