mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fixed grammar typo.
llvm-svn: 12343
This commit is contained in:
parent
fa5de7356d
commit
5582d9fa8c
@ -189,7 +189,7 @@ character can be used in a name.</li>
|
||||
<li>Unnamed values are represented as an unsigned numeric value with
|
||||
a '%' prefix. For example, %12, %2, %44.</li>
|
||||
</ol>
|
||||
<p>LLVM requires the values start with a '%' sign for two reasons:
|
||||
<p>LLVM requires that values start with a '%' sign for two reasons:
|
||||
Compilers don't need to worry about name clashes with reserved words,
|
||||
and the set of reserved words may be expanded in the future without
|
||||
penalty. Additionally, unnamed identifiers allow a compiler to quickly
|
||||
|
Loading…
Reference in New Issue
Block a user