never executed always true always false
1 {-# LANGUAGE CPP #-} 2 3 module GHC.Platform.NoRegs where 4 5 import GHC.Prelude 6 7 #define MACHREGS_NO_REGS 1 8 #include "CodeGen.Platform.h" 9