X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FnativeGen%2FMachCodeGen.hs;h=eed63fb803d4cf79272cae88bfab940698db6dba;hb=c245355e6f2c7b7c95e9af910c4d420e13af9413;hp=d8dfd670c7e0d81181c58ab25358c369b9efe8ce;hpb=1529e92a2b4942dd0fdd95e56adaf97c316d2e39;p=ghc-hetmet.git diff --git a/compiler/nativeGen/MachCodeGen.hs b/compiler/nativeGen/MachCodeGen.hs index d8dfd67..eed63fb 100644 --- a/compiler/nativeGen/MachCodeGen.hs +++ b/compiler/nativeGen/MachCodeGen.hs @@ -48,10 +48,6 @@ import FastString import FastBool ( isFastTrue ) import Constants ( wORD_SIZE ) -#ifdef DEBUG -import Outputable ( assertPanic ) -import Debug.Trace ( trace ) -#endif import Debug.Trace ( trace ) import Control.Monad ( mapAndUnzipM )