summaryrefslogtreecommitdiffstats
path: root/llvm/docs/BitCodeFormat.rst
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-02-04 00:42:45 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-02-04 00:42:45 +0000
commit69ba0167b35eb27474dc67f69a466eb6b5971484 (patch)
tree1ba22b401fddb6ca8a06c6d2b51ee80dac89c103 /llvm/docs/BitCodeFormat.rst
parent8031d28823cb3abb951b501da86402f898d48979 (diff)
downloadbcm5719-llvm-69ba0167b35eb27474dc67f69a466eb6b5971484.tar.gz
bcm5719-llvm-69ba0167b35eb27474dc67f69a466eb6b5971484.zip
Misc documentation/comment fixes.
llvm-svn: 228093
Diffstat (limited to 'llvm/docs/BitCodeFormat.rst')
-rw-r--r--llvm/docs/BitCodeFormat.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/BitCodeFormat.rst b/llvm/docs/BitCodeFormat.rst
index fc553f79174..4b398a4e956 100644
--- a/llvm/docs/BitCodeFormat.rst
+++ b/llvm/docs/BitCodeFormat.rst
@@ -672,7 +672,7 @@ for each library name referenced.
MODULE_CODE_GLOBALVAR Record
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-``[GLOBALVAR, pointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, unnamed_addr, dllstorageclass]``
+``[GLOBALVAR, pointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, unnamed_addr, externally_initialized, dllstorageclass, comdat]``
The ``GLOBALVAR`` record (code 7) marks the declaration or definition of a
global variable. The operand fields are:
OpenPOWER on IntegriCloud