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
This commit is contained in:
Nick Lewycky 2013-09-11 22:04:52 +00:00
parent 2c35f3b3b1
commit f7e61562f9

View File

@ -6310,7 +6310,7 @@ Syntax:
::
declare void %llvm.va_start(i8* <arglist>)
declare void @llvm.va_start(i8* <arglist>)
Overview:
"""""""""