[llvm] r190552 - Fix anachronism/typo in syntax of declaration of llvm.va_start.

Nick Lewycky nicholas at mxc.ca
Wed Sep 11 15:04:52 PDT 2013


Author: nicholas
Date: Wed Sep 11 17:04:52 2013
New Revision: 190552

URL: http://llvm.org/viewvc/llvm-project?rev=190552&view=rev
Log:
Fix anachronism/typo in syntax of declaration of llvm.va_start.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=190552&r1=190551&r2=190552&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Sep 11 17:04:52 2013
@@ -6310,7 +6310,7 @@ Syntax:
 
 ::
 
-      declare void %llvm.va_start(i8* <arglist>)
+      declare void @llvm.va_start(i8* <arglist>)
 
 Overview:
 """""""""





More information about the llvm-commits mailing list