mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-10 04:45:56 +03:00
Fix typo in comment
This commit is contained in:
parent
5ea141e919
commit
7782d80919
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ static void addPassesForOptLevel(PassManager& pm) {
|
|||
pm.add(createScalarReplAggregatesPass());
|
||||
|
||||
// Inline again, to catch things like foreach delegates
|
||||
// passed inlined opApply's where the function wasn't
|
||||
// passed to inlined opApply's where the function wasn't
|
||||
// known during the first inliner pass.
|
||||
pm.add(createFunctionInliningPass());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue