X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FDriverPhases.hs;h=118b23abfc4e4bcf34230f61fe2d8e1b31c01564;hp=875c9f65a7a337c1ed4abf2b01474270a49a02e0;hb=fb38b8bab2b531ca7ac4ea28ad5b259a00e3759b;hpb=0a4c03a87095fa6440fa89369daa8f3ea727cf7f diff --git a/compiler/main/DriverPhases.hs b/compiler/main/DriverPhases.hs index 875c9f6..118b23a 100644 --- a/compiler/main/DriverPhases.hs +++ b/compiler/main/DriverPhases.hs @@ -183,10 +183,6 @@ phaseInputExt SplitAs = "split_s" -- not really generated phaseInputExt CmmCpp = "cmm" phaseInputExt Cmm = "cmmcpp" phaseInputExt StopLn = "o" -#ifdef ILX -phaseInputExt Ilx2Il = "ilx" -phaseInputExt Ilasm = "il" -#endif haskellish_src_suffixes = haskellish_user_src_suffixes ++ [ "hspp", "hscpp", "hcr", "cmm" ]