summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
diff options
context:
space:
mode:
authorPeter Smith <peter.smith@linaro.org>2016-10-10 10:18:58 +0000
committerPeter Smith <peter.smith@linaro.org>2016-10-10 10:18:58 +0000
commitbafd3c40e259340779a414c4196015a7848c125a (patch)
treea5095c4d26aad6c19964d6b0754f244a5e93b2b4 /lld/ELF/InputFiles.cpp
parent0760605ac5c482f917de5eb11560a86672ec995d (diff)
downloadbcm5719-llvm-bafd3c40e259340779a414c4196015a7848c125a.tar.gz
bcm5719-llvm-bafd3c40e259340779a414c4196015a7848c125a.zip
[ELF][ARM] Fix formatting mistake, removed extra space before ) NFC.
llvm-svn: 283735
Diffstat (limited to 'lld/ELF/InputFiles.cpp')
-rw-r--r--lld/ELF/InputFiles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp
index aa6a53cdbd4..cc8a8492327 100644
--- a/lld/ELF/InputFiles.cpp
+++ b/lld/ELF/InputFiles.cpp
@@ -145,7 +145,7 @@ void elf::ObjectFile<ELFT>::parse(DenseSet<StringRef> &ComdatGroups) {
// Read section and symbol tables.
initializeSections(ComdatGroups);
initializeSymbols();
- if (Config->GcSections && Config->EMachine == EM_ARM )
+ if (Config->GcSections && Config->EMachine == EM_ARM)
initializeReverseDependencies();
}
OpenPOWER on IntegriCloud