Fix typo in comment

This commit is contained in:
Frits van Bommel 2009-04-16 12:01:28 +02:00
parent 5ea141e919
commit 7782d80919

View file

@ -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());