Skip to content

Commit 5cf173a

Browse files
polish comment
1 parent f1a6f73 commit 5cf173a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ static cl::list<std::string>
183183
/// devirtualize target to conservatively keep the program behavior.
184184
///
185185
/// TODO: Make a pure virtual class's deleting destructor precisely identifiable
186-
/// in LLVM for more devirtualization.
186+
/// in Clang's codegen for more devirtualization in LLVM.
187187
static cl::opt<bool> WholeProgramDevirtKeepUnreachableFunction(
188188
"wholeprogramdevirt-keep-unreachable-function",
189189
cl::desc("Regard unreachable functions as possible devirtualize targets."),

0 commit comments

Comments
 (0)