diff options
| author | Sean Silva <chisophugis@gmail.com> | 2016-03-11 05:48:04 +0000 |
|---|---|---|
| committer | Sean Silva <chisophugis@gmail.com> | 2016-03-11 05:48:04 +0000 |
| commit | 905d349c47315f6fd17f115fbb3b1ac3b4098c20 (patch) | |
| tree | a96e6744f3ecc5466e43b3ad546fd7539abab245 | |
| parent | 4a0ff22d5108ef9233a1f05bdd6bf8601ce3ffc0 (diff) | |
| download | bcm5719-llvm-905d349c47315f6fd17f115fbb3b1ac3b4098c20.tar.gz bcm5719-llvm-905d349c47315f6fd17f115fbb3b1ac3b4098c20.zip | |
Fix indentation.
Somehow this slipped by in r263197. Thanks to Rui for noticing.
llvm-svn: 263198
| -rw-r--r-- | lld/ELF/InputFiles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp index e235cbc5dca..79256950608 100644 --- a/lld/ELF/InputFiles.cpp +++ b/lld/ELF/InputFiles.cpp @@ -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; |

