diff --git a/docs/LangRef.html b/docs/LangRef.html index de0ac2efdf4..ae389d1db5d 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -189,7 +189,7 @@ character can be used in a name.
  • Unnamed values are represented as an unsigned numeric value with a '%' prefix. For example, %12, %2, %44.
  • -

    LLVM requires the values start with a '%' sign for two reasons: +

    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