Skip to content

Commit

Permalink
Reword comment to be more clear.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275659 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Jul 16, 2016
1 parent 4d5c34d commit 01f8f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/llvm/Passes/PassBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class PassBuilder {
/// level has a specific goal and rationale.
enum OptimizationLevel {
/// Disable as many optimizations as possible. This doesn't completely
/// disable the optimizer in many cases as there are correctness issues
/// such as always_inline functions.
/// disable the optimizer in all cases, for example always_inline functions
/// can be required to be inlined for correctness.
O0,

/// Optimize quickly without destroying debuggability.
Expand Down

0 comments on commit 01f8f57

Please sign in to comment.