diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs index 44b2b6a2a24cacfffabb16ef2cb3ba33882a2489..bf0c635b17eacae1ddf915ad48f7187669fd68c6 100644 --- a/ghc/driver/Main.hs +++ b/ghc/driver/Main.hs @@ -1,6 +1,6 @@ {-# OPTIONS -W #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.47 2000/08/03 16:47:51 simonmar Exp $ +-- $Id: Main.hs,v 1.48 2000/08/04 09:02:56 simonmar Exp $ -- -- GHC Driver program -- @@ -1284,7 +1284,7 @@ genPipeline stop_after stop_after_flag filename | split -> not_valid | otherwise -> [ Unlit, Cpp, Hsc, HCc, As ] - HscAsm | split -> not_valid + HscAsm | split -> [ Unlit, Cpp, Hsc, SplitMangle, SplitAs ] | otherwise -> [ Unlit, Cpp, Hsc, As ] HscJava | split -> not_valid