Skip to content
Snippets Groups Projects
Commit b1de38d6 authored by ram's avatar ram
Browse files

Move BIT-UTIL early in compilation.

parent 13f7f5f7
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
(comf "target:compiler/globals") (comf "target:compiler/globals")
(comf "target:compiler/sset") (comf "target:compiler/sset")
(comf "target:compiler/bit-util")
(comf "target:compiler/node") (comf "target:compiler/node")
(comf "target:compiler/ctype") (comf "target:compiler/ctype")
(comf "target:compiler/vop" :proceed t) (comf "target:compiler/vop" :proceed t)
...@@ -93,7 +94,6 @@ ...@@ -93,7 +94,6 @@
(comf "target:compiler/envanal") (comf "target:compiler/envanal")
(comf "target:compiler/tn") (comf "target:compiler/tn")
(comf "target:compiler/bit-util")
(comf "target:compiler/life") (comf "target:compiler/life")
(comf "target:code/debug-info") (comf "target:code/debug-info")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment