mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix a typo (the the => the)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1432,7 +1432,7 @@ target datalayout = "<i>layout specification</i>"
|
||||
<li>If no match is found, and the type sought is an integer type, then the
|
||||
smallest integer type that is larger than the bitwidth of the sought type
|
||||
is used. If none of the specifications are larger than the bitwidth then
|
||||
the the largest integer type is used. For example, given the default
|
||||
the largest integer type is used. For example, given the default
|
||||
specifications above, the i7 type will use the alignment of i8 (next
|
||||
largest) while both i65 and i256 will use the alignment of i64 (largest
|
||||
specified).</li>
|
||||
|
Reference in New Issue
Block a user