summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit9844434151574f48a61be3f7ef879b750b1a09cb (patch)
treea8adf78cb0284d4a0bed5cbcf5f898cd34374cc5 /llvm/lib/LTO
parent5f072d814f840ee6fcf4a12ad9fab32944a61394 (diff)
downloadbcm5719-llvm-9844434151574f48a61be3f7ef879b750b1a09cb.tar.gz
bcm5719-llvm-9844434151574f48a61be3f7ef879b750b1a09cb.zip
Remove some empty statements
Cleanup only. llvm-svn: 206710
Diffstat (limited to 'llvm/lib/LTO')
-rw-r--r--llvm/lib/LTO/LTOModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/LTO/LTOModule.cpp b/llvm/lib/LTO/LTOModule.cpp
index 3527b8bcfca..4b471cd0d78 100644
--- a/llvm/lib/LTO/LTOModule.cpp
+++ b/llvm/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();
OpenPOWER on IntegriCloud