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