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 f1a6f73 commit 5cf173aCopy full SHA for 5cf173a
llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
@@ -183,7 +183,7 @@ static cl::list<std::string>
183
/// 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.
+/// in Clang's codegen for more devirtualization in LLVM.
187
static cl::opt<bool> WholeProgramDevirtKeepUnreachableFunction(
188
"wholeprogramdevirt-keep-unreachable-function",
189
cl::desc("Regard unreachable functions as possible devirtualize targets."),
0 commit comments