Updated comment.

Swift SVN r11158
This commit is contained in:
Connor Wakamo
2013-12-12 00:48:11 +00:00
parent 295b438d23
commit b434cfe19a

View File

@@ -66,7 +66,7 @@ bool CompilerInvocation::parseArgs(ArrayRef<const char *> Args,
if (Args.empty())
return false;
// Parse command line options using FrontendOptions.td
// Parse frontend command line options using Swift's option table.
std::unique_ptr<llvm::opt::InputArgList> ParsedArgs;
std::unique_ptr<llvm::opt::OptTable> Table = createDriverOptTable();
unsigned MissingIndex;