From f7e61562f93e4364437edddff4dbbcef20716c34 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Wed, 11 Sep 2013 22:04:52 +0000 Subject: [PATCH] Fix anachronism/typo in syntax of declaration of llvm.va_start. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190552 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 98654f3cc31..f961188af7a 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -6310,7 +6310,7 @@ Syntax: :: - declare void %llvm.va_start(i8* ) + declare void @llvm.va_start(i8* ) Overview: """"""""" -- 2.34.1