Add the private keyword to the polygen grammar.

llvm-svn: 76135
This commit is contained in:
Dan Gohman 2009-07-17 01:07:45 +00:00
parent 32c5428590
commit 842e144922

View File

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