Add comment.
[oota-llvm.git] / lib / Archive / ArchiveReader.cpp
index 13a92a95ca20961d3ba79f85277502cd79542f4a..368bd323a6ccd09fa0d77630ca5635dbc3d0251d 100644 (file)
@@ -588,7 +588,7 @@ Archive::findModulesDefiningSymbols(std::set<std::string>& symbols,
 bool Archive::isBitcodeArchive() {
   // Make sure the symTab has been loaded. In most cases this should have been
   // done when the archive was constructed, but still,  this is just in case.
-  if (!symTab.size())
+  if (symTab.empty())
     if (!loadSymbolTable(0))
       return false;