Fix a couple comments.

llvm-svn: 105840
This commit is contained in:
Daniel Dunbar 2010-06-11 22:00:19 +00:00
parent 7c9e4306af
commit 18974bdc68
1 changed files with 1 additions and 3 deletions

View File

@ -274,8 +274,6 @@ void Driver::PrintOptions(const ArgList &Args) const {
}
}
// FIXME: Move -ccc options to real options in the .td file (or eliminate), and
// then move to using OptTable::PrintHelp.
void Driver::PrintHelp(bool ShowHidden) const {
getOpts().PrintHelp(llvm::outs(), Name.c_str(), DriverTitle.c_str(),
ShowHidden);
@ -303,7 +301,7 @@ static void PrintDiagnosticCategories(llvm::raw_ostream &OS) {
}
bool Driver::HandleImmediateArgs(const Compilation &C) {
// The order these options are handled in in gcc is all over the place, but we
// The order these options are handled in gcc is all over the place, but we
// don't expect inconsistencies w.r.t. that to matter in practice.
if (C.getArgs().hasArg(options::OPT_dumpversion)) {