Fix a thinko in the grammar for thread_local variables.
authorDan Gohman <gohman@apple.com>
Mon, 5 Jan 2009 23:03:03 +0000 (23:03 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 5 Jan 2009 23:03:03 +0000 (23:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61767 91177308-0d34-0410-b5e6-96231b3b80d8

utils/llvm.grm

index 4095858cd4b64722d74ebcb97959991643617ecc..7025fbde3797713e427cea844335450cc7485730 100644 (file)
@@ -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