diff options
| author | John Criswell <criswell@uiuc.edu> | 2004-03-12 21:19:06 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2004-03-12 21:19:06 +0000 |
| commit | eb55b52a585525cc22630be8080fb5365533b7f4 (patch) | |
| tree | 647854beac5db3f1ebeb37070853c82c8e2716c0 /llvm/docs | |
| parent | faba462a9a3bec1f1292dbe4443ff1d73b774fe4 (diff) | |
| download | bcm5719-llvm-eb55b52a585525cc22630be8080fb5365533b7f4.tar.gz bcm5719-llvm-eb55b52a585525cc22630be8080fb5365533b7f4.zip | |
Fixed grammar typo.
llvm-svn: 12343
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index de0ac2efdf4..ae389d1db5d 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -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 |

