projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d00b32
)
Reword comment to be more clear.
author
Eric Christopher
<echristo@gmail.com>
Sat, 16 Jul 2016 01:55:45 +0000
(
01:55
+0000)
committer
Eric Christopher
<echristo@gmail.com>
Sat, 16 Jul 2016 01:55:45 +0000
(
01:55
+0000)
llvm-svn: 275659
llvm/include/llvm/Passes/PassBuilder.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Passes/PassBuilder.h
b/llvm/include/llvm/Passes/PassBuilder.h
index
1723fb7
..
9f0a9c6
100644
(file)
--- a/
llvm/include/llvm/Passes/PassBuilder.h
+++ b/
llvm/include/llvm/Passes/PassBuilder.h
@@
-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 issue
s
- ///
such as always_inline function
s.
+ /// disable the optimizer in
all cases, for example always_inline function
s
+ ///
can be required to be inlined for correctnes
s.
O0,
/// Optimize quickly without destroying debuggability.