Revert inadvertently modified comment in r266131

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 266210
This commit is contained in:
Mehdi Amini 2016-04-13 17:06:49 +00:00
parent 3126c88137
commit c05b767df1
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ public:
}
/// setOptLevel - Set the optimization level for the JIT. This option
/// defaults to CodeGenOpt::Default.-
/// defaults to CodeGenOpt::Default.
EngineBuilder &setOptLevel(CodeGenOpt::Level l) {
OptLevel = l;
return *this;