forked from OSchip/llvm-project
Fix indentation.
Somehow this slipped by in r263197. Thanks to Rui for noticing. llvm-svn: 263198
This commit is contained in:
parent
4a0ff22d51
commit
905d349c47
|
|
@ -455,7 +455,7 @@ void BitcodeFile::parse(DenseSet<StringRef> &ComdatGroups) {
|
|||
continue;
|
||||
}
|
||||
if (Flags & BasicSymbolRef::SF_FormatSpecific)
|
||||
continue;
|
||||
continue;
|
||||
uint8_t Visibility = getGvVisibility(GV);
|
||||
|
||||
SmallString<64> Name;
|
||||
|
|
|
|||
Loading…
Reference in New Issue