summaryrefslogtreecommitdiff
path: root/lib/LTO
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-04-19 23:56:35 +0000
committerAlp Toker <alp@nuanti.com>2014-04-19 23:56:35 +0000
commit8f5a7de1e62209c9a7f899004df3f2ff14ac0922 (patch)
treef3a66b0dd72474249a8ac32fe527e85fa59e7dd1 /lib/LTO
parentbe76c2adceecdf292efb7bf6333afdcf032f0ac6 (diff)
downloadllvm-8f5a7de1e62209c9a7f899004df3f2ff14ac0922.tar.gz
llvm-8f5a7de1e62209c9a7f899004df3f2ff14ac0922.tar.bz2
llvm-8f5a7de1e62209c9a7f899004df3f2ff14ac0922.tar.xz
Remove some empty statements
Cleanup only. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206710 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/LTO')
-rw-r--r--lib/LTO/LTOModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LTO/LTOModule.cpp b/lib/LTO/LTOModule.cpp
index 3527b8bcfc..4b471cd0d7 100644
--- a/lib/LTO/LTOModule.cpp
+++ b/lib/LTO/LTOModule.cpp
@@ -502,7 +502,7 @@ void LTOModule::addAsmGlobalSymbolUndef(const char *name) {
if (entry.getValue().name)
return;
- uint32_t attr = LTO_SYMBOL_DEFINITION_UNDEFINED;;
+ uint32_t attr = LTO_SYMBOL_DEFINITION_UNDEFINED;
attr |= LTO_SYMBOL_SCOPE_DEFAULT;
NameAndAttributes info;
info.name = entry.getKey().data();