We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa1f19 commit f1a6f73Copy full SHA for f1a6f73
llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
@@ -179,8 +179,8 @@ static cl::list<std::string>
179
/// such functions to report failures (whether/when it's a good practice or not
180
/// is a different topic).
181
///
182
-/// This option is enabled to keep unreachable function as possible devirtualize
183
-/// targets to conservatively keep the program behavior.
+/// This option is enabled to keep an unreachable function as a possible
+/// devirtualize target to conservatively keep the program behavior.
184
185
/// TODO: Make a pure virtual class's deleting destructor precisely identifiable
186
/// in LLVM for more devirtualization.
0 commit comments