Renamed swift::createDriverOptTable() to swift::createSwiftOptTable().

Swift SVN r19827
This commit is contained in:
Connor Wakamo
2014-07-10 20:51:54 +00:00
parent a61beccb8e
commit 0fe539f579
5 changed files with 8 additions and 8 deletions

View File

@@ -905,7 +905,7 @@ bool CompilerInvocation::parseArgs(ArrayRef<const char *> Args,
// 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();
std::unique_ptr<llvm::opt::OptTable> Table = createSwiftOptTable();
unsigned MissingIndex;
unsigned MissingCount;
ParsedArgs.reset(