Skip to content

Commit 71b2b74

Browse files
authored
Update FunctionSpecialization.h
nit picking on a comment
1 parent 23bc1e0 commit 71b2b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
// aggressive on literal constants.
6666
//
6767
// Limitations:
68-
// ------
68+
// ------------
6969
// - We are unable to consider specializations of functions called from indirect
7070
// callsites whose pointer operand has a lattice value that is known to be
7171
// constant, either from IPSCCP or previous iterations of FuncSpec. This is
72-
// because SCCP has not yet replaced their uses.
72+
// because SCCP has not yet replaced the uses of the known constant.
7373
//
7474
// References:
7575
// -----------

0 commit comments

Comments
 (0)