[PATCH] D19032: Move summary creation out of llvm-as into opt
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 07:47:54 PDT 2016
tejohnson added inline comments.
================
Comment at: include/llvm/ExecutionEngine/ExecutionEngine.h:568
@@ -567,3 +567,3 @@
/// setOptLevel - Set the optimization level for the JIT. This option
- /// defaults to CodeGenOpt::Default.
+ /// defaults to CodeGenOpt::Default.-
EngineBuilder &setOptLevel(CodeGenOpt::Level l) {
----------------
tejohnson wrote:
> Inadvertent change?
Looks like this change wasn't removed before submit in r266131.
http://reviews.llvm.org/D19032
More information about the llvm-commits
mailing list