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