Misc documentation/comment fixes.

llvm-svn: 228093
This commit is contained in:
Peter Collingbourne
2015-02-04 00:42:45 +00:00
parent 8031d28823
commit 69ba0167b3
4 changed files with 6 additions and 4 deletions

View File

@@ -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");