summaryrefslogtreecommitdiff
path: root/utils/llvm.grm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-01-05 23:03:03 +0000
committerDan Gohman <gohman@apple.com>2009-01-05 23:03:03 +0000
commitde0e7f2481ac74753f04532ae9411ef950f94f54 (patch)
tree841a2896f7274798d5b466a87bde1759f119f1bc /utils/llvm.grm
parentd60de5187833d7d818edaab6351244255e1a1007 (diff)
downloadllvm-de0e7f2481ac74753f04532ae9411ef950f94f54.tar.gz
llvm-de0e7f2481ac74753f04532ae9411ef950f94f54.tar.bz2
llvm-de0e7f2481ac74753f04532ae9411ef950f94f54.tar.xz
Fix a thinko in the grammar for thread_local variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61767 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/llvm.grm')
-rw-r--r--utils/llvm.grm2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/llvm.grm b/utils/llvm.grm
index 4095858cd4..7025fbde37 100644
--- a/utils/llvm.grm
+++ b/utils/llvm.grm
@@ -261,7 +261,7 @@ Definition
| declare FunctionProto
| - module asm AsmBlock
| OptLocalAssign type Types
- | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace OptAddrSpace
+ | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType
ConstVal GlobalVarAttributes
| OptGlobalAssign GVInternalLinkage GVVisibilityStyle ThreadLocal OptAddrSpace
GlobalType ConstVal GlobalVarAttributes