From: Nick Lewycky Date: Sun, 15 Feb 2009 23:06:14 +0000 (+0000) Subject: Demonstrate the act of including multiple space-separated parameter attributes, X-Git-Tag: android-x86-6.0-r1~1003^2~22431 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b6a7d2565bdae50942cf3c80fb1c36706c31eb80;p=android-x86%2Fexternal-llvm.git Demonstrate the act of including multiple space-separated parameter attributes, by request on IRC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64619 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 1fbd32b9b30..07358b58ad7 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -894,7 +894,7 @@ define [linkage] [visibility]
-declare i32 @printf(i8* noalias , ...)
+declare i32 @printf(i8* noalias nocapture, ...)
 declare i32 @atoi(i8 zeroext)
 declare signext i8 @returns_signed_char()