summaryrefslogtreecommitdiffstats
path: root/llvm/utils/llvm.grm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-17 01:07:45 +0000
committerDan Gohman <gohman@apple.com>2009-07-17 01:07:45 +0000
commit842e1449225a024a1d9da2e97fedbbc290ddfec9 (patch)
treef01eb1cb0c303baab6cc22068a4ea1e2ce1f88e7 /llvm/utils/llvm.grm
parent32c54285905979d9bb31e2f86429008b0bbe6c11 (diff)
downloadbcm5719-llvm-842e1449225a024a1d9da2e97fedbbc290ddfec9.tar.gz
bcm5719-llvm-842e1449225a024a1d9da2e97fedbbc290ddfec9.zip
Add the private keyword to the polygen grammar.
llvm-svn: 76135
Diffstat (limited to 'llvm/utils/llvm.grm')
-rw-r--r--llvm/utils/llvm.grm1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/llvm.grm b/llvm/utils/llvm.grm
index 1426e3b98e2..e70533a0cd9 100644
--- a/llvm/utils/llvm.grm
+++ b/llvm/utils/llvm.grm
@@ -89,6 +89,7 @@ GVInternalLinkage
| appending
| dllexport
| common
+ | private
;
GVExternalLinkage
OpenPOWER on IntegriCloud