Skip to content

Commit 7b5e2fd

Browse files
committed
Remove mention of CallGraphAnalysis.
1 parent ea5ebb7 commit 7b5e2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/SILPasses/IPO/GlobalOpt.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ namespace {
3232
///
3333
/// TODO:
3434
///
35-
/// - Use CallGraphAnalysis to move initializers to the module's public entry
36-
/// points.
35+
/// - Analyze the module to move initializers to the module's public
36+
/// entry points.
3737
///
3838
/// - Convert trivial initializers to static initialization. This requires
3939
/// serializing globals.

0 commit comments

Comments
 (0)