Minor code cleanups

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-08-27 22:10:29 +00:00
parent 30967a54f4
commit 232885873f

View File

@ -282,10 +282,9 @@ void cl::ParseEnvironmentOptions(const char *progName, const char *envVar,
// Free all the strdup()ed strings.
for (std::vector<char*>::iterator i = newArgv.begin(), e = newArgv.end();
i != e; ++i) {
i != e; ++i)
free (*i);
}
}
/// LookupOption - Lookup the option specified by the specified option on the
/// command line. If there is a value specified (after an equal sign) return