summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader
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/lib/Bitcode/Reader
parent8031d28823cb3abb951b501da86402f898d48979 (diff)
downloadbcm5719-llvm-69ba0167b35eb27474dc67f69a466eb6b5971484.tar.gz
bcm5719-llvm-69ba0167b35eb27474dc67f69a466eb6b5971484.zip
Misc documentation/comment fixes.
llvm-svn: 228093
Diffstat (limited to 'llvm/lib/Bitcode/Reader')
-rw-r--r--llvm/lib/Bitcode/Reader/BitcodeReader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
index b4831d921cf..f64cd55d8f3 100644
--- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
@@ -2196,7 +2196,8 @@ std::error_code BitcodeReader::ParseModule(bool Resume) {
}
// GLOBALVAR: [pointer type, isconst, initid,
// linkage, alignment, section, visibility, threadlocal,
- // unnamed_addr, dllstorageclass]
+ // unnamed_addr, externally_initialized, dllstorageclass,
+ // comdat]
case bitc::MODULE_CODE_GLOBALVAR: {
if (Record.size() < 6)
return Error("Invalid record");
OpenPOWER on IntegriCloud