Reword comment to be more clear.
authorEric Christopher <echristo@gmail.com>
Sat, 16 Jul 2016 01:55:45 +0000 (01:55 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 16 Jul 2016 01:55:45 +0000 (01:55 +0000)
llvm-svn: 275659

llvm/include/llvm/Passes/PassBuilder.h

index 1723fb7..9f0a9c6 100644 (file)
@@ -41,8 +41,8 @@ public:
   /// 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.