From cdc0669c737db1590e6c8bed05b2f1dd5a7d28fc Mon Sep 17 00:00:00 2001
From: Devang Patel
Date: Thu, 4 Sep 2008 23:10:26 +0000
Subject: [PATCH] update.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55809 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/LangRef.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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) { ... }