mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Fix indentation.
Somehow this slipped by in r263197. Thanks to Rui for noticing. llvm-svn: 263198
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user