diff --git a/tools/comcom.lisp b/tools/comcom.lisp
index bb8be5a85a42be5b322b9a48ca07eba28ca253df..96f3bd0d3195145566d029f173d53677a73290ee 100644
--- a/tools/comcom.lisp
+++ b/tools/comcom.lisp
@@ -58,6 +58,7 @@
 (comf "target:compiler/globals")
 
 (comf "target:compiler/sset")
+(comf "target:compiler/bit-util")
 (comf "target:compiler/node")
 (comf "target:compiler/ctype")
 (comf "target:compiler/vop" :proceed t)
@@ -93,7 +94,6 @@
 (comf "target:compiler/envanal")
 
 (comf "target:compiler/tn")
-(comf "target:compiler/bit-util")
 (comf "target:compiler/life")
 
 (comf "target:code/debug-info")