Fix anachronism/typo in syntax of declaration of llvm.va_start.

llvm-svn: 190552
This commit is contained in:
Nick Lewycky 2013-09-11 22:04:52 +00:00
parent 7b650a751f
commit 04f6de0fd7
1 changed files with 1 additions and 1 deletions

View File

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