diff --git a/docs/LangRef.html b/docs/LangRef.html index 56691145273..e92fa5bc866 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -27,6 +27,7 @@
  • Aliases
  • Parameter Attributes
  • Garbage Collector Names
  • +
  • Function Notes
  • Module-Level Inline Assembly
  • Data Layout
  • @@ -917,7 +918,8 @@ the named garbage collection algorithm.

    -

    Each function may specify function notes.

    +

    The function definition may list function notes which are used by +various passes.

    define void @f() notes(inline=Always) { ... }