printing C: use the quick printForC rather than the slow (but
prettier) printForUser. This has been a ToDo for a while.
writeCs :: DynFlags -> Handle -> [Cmm] -> IO ()
writeCs dflags handle cmms
writeCs :: DynFlags -> Handle -> [Cmm] -> IO ()
writeCs dflags handle cmms
- = printForUser handle alwaysQualify (pprCs dflags cmms)
- -- ToDo: should be printForC
+ = printForC handle (pprCs dflags cmms)
-- --------------------------------------------------------------------------
-- Now do some real work
-- --------------------------------------------------------------------------
-- Now do some real work