Fix the spelling of the va_arg keyword.
authorDan Gohman <gohman@apple.com>
Fri, 23 May 2008 17:11:55 +0000 (17:11 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 23 May 2008 17:11:55 +0000 (17:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51484 91177308-0d34-0410-b5e6-96231b3b80d8

utils/llvm.grm

index c24b9c2d6f59d24b7c4d76ee1a4ab22916ece51c..aec57f5df7017dbd3e0b66d690f5570f56e149b1 100644 (file)
@@ -356,7 +356,7 @@ InstVal ::=
  | vfcmp FPredicates Types ValueRef ^ "," ValueRef
  | CastOps ResolvedVal to Types
  | select ResolvedVal ^ "," ResolvedVal ^ "," ResolvedVal
- | vaarg ResolvedVal ^ "," Types
+ | "va_arg" ResolvedVal ^ "," Types
  | extractelement ResolvedVal ^ "," ResolvedVal
  | insertelement ResolvedVal ^ "," ResolvedVal ^ "," ResolvedVal
  | shufflevector ResolvedVal ^ "," ResolvedVal ^ "," ResolvedVal