mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-27 01:53:13 +01:00
Fix typo in comment
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user