Fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2006-08-03 17:25:36 +00:00
parent f5a156deee
commit 94a0ac9bea

View File

@ -275,7 +275,7 @@ LinkTimeOptimizer::optimizeModules(const std::string &OutputFilename,
#endif
// Strip leading underscore because it was added to match names
// seen by liner.
// seen by linker.
for (unsigned i = 0, e = exportList.size(); i != e; ++i) {
const char *name = exportList[i];
if (strlen(name) > 2 && name[0] == '_')