Add the private keyword to the polygen grammar.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-07-17 01:07:45 +00:00
parent 21de024b90
commit 923a579b55

View File

@ -89,6 +89,7 @@ GVInternalLinkage
| appending
| dllexport
| common
| private
;
GVExternalLinkage