We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1640508 commit 5c0923aCopy full SHA for 5c0923a
compiler/ic/dce.nim
@@ -9,7 +9,7 @@
9
10
## Dead code elimination (=DCE) for IC.
11
12
-import intsets, tables
+import std/[intsets, tables]
13
import ".." / [ast, options, lineinfos, types]
14
15
import packed_ast, ic, bitabs
0 commit comments