[PATCH] D57430: Add enum values to CodeGenOpt::Level

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 17:59:13 PST 2019


aheejin accepted this revision.
aheejin added inline comments.
This revision is now accepted and ready to land.


================
Comment at: include/llvm/Support/CodeGen.h:55
+      Default=2,     // -O2, -Os
+      Aggressive=3   // -O3
     };
----------------
Looks like not clang-formatted


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57430/new/

https://reviews.llvm.org/D57430





More information about the llvm-commits mailing list