summary refs log tree commit diff stats
path: root/compiler/sem.nim
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2018-10-09 19:24:03 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-10-09 19:24:02 +0200
commitb97a7dbf3d1874b7dbf6b541ac57b27f8fbcd367 (patch)
treee702392e32574d09ed7f667985dcf8c42087e3c9 /compiler/sem.nim
parent85187d4ba379b4c08f77feb032632aa47837016f (diff)
downloadNim-b97a7dbf3d1874b7dbf6b541ac57b27f8fbcd367.tar.gz
Make the registered passes local to the ModuleGraph (#9259)
Closes #9068
Diffstat (limited to 'compiler/sem.nim')
-rw-r--r--compiler/sem.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/sem.nim b/compiler/sem.nim
index dbc174d50..b05b33e12 100644
--- a/compiler/sem.nim
+++ b/compiler/sem.nim
@@ -18,7 +18,7 @@ import
   evaltempl, patterns, parampatterns, sempass2, linter, semmacrosanity,
   semparallel, lowerings, pluginsupport, plugins/active, rod, lineinfos
 
-from modulegraphs import ModuleGraph
+from modulegraphs import ModuleGraph, PPassContext
 
 when defined(nimfix):
   import nimfix/prettybase