From: Devang Patel Date: Thu, 4 Sep 2008 23:10:26 +0000 (+0000) Subject: update. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cdc0669c737db1590e6c8bed05b2f1dd5a7d28fc;p=oota-llvm.git update. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55809 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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) { ... }