From e0de5ea44fd761668efe5c53d967e6fb3241c741 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 26 Jul 2005 12:15:54 +0000 Subject: [PATCH] [project @ 2005-07-26 12:15:54 by simonmar] printing C: use the quick printForC rather than the slow (but prettier) printForUser. This has been a ToDo for a while. --- ghc/compiler/cmm/PprC.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/compiler/cmm/PprC.hs b/ghc/compiler/cmm/PprC.hs index 9c494fe..8bcfd0c 100644 --- a/ghc/compiler/cmm/PprC.hs +++ b/ghc/compiler/cmm/PprC.hs @@ -69,8 +69,7 @@ pprCs dflags 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 -- 1.7.10.4