fixes typo

This commit is contained in:
Araq
2015-09-09 09:39:28 +02:00
parent d5c5fd425f
commit ca9c1968d8

View File

@@ -200,7 +200,7 @@ proc deps(w: var W; n: PNode) =
proc possibleAliases(w: var W; result: var seq[ptr TSym]) =
# this is an expensive fixpoint iteration. We could speed up this analysis
# by a smarter data-structure but we wait until prolifing shows us it's
# by a smarter data-structure but we wait until profiling shows us it's
# expensive. Usually 'w.assignments' is small enough.
var alreadySeen = initIntSet()
template addNoDup(x) =