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