cvs commit: fptools/ghc/compiler/codeGen CgUtils.hs

Simon Marlow simonmar at haskell.org
Tue Feb 22 05:58:23 EST 2005


simonmar    2005/02/22 02:58:23 PST

  Modified files:
    ghc/compiler/codeGen CgUtils.hs 
  Log:
  emitSwitch: if we're compiling via C, then always generate a switch
  rather than an if-tree.  This should work around brokenness in older
  versions of GCC.
  
  Revision  Changes    Path
  1.13      +29 -13    fptools/ghc/compiler/codeGen/CgUtils.hs


More information about the Cvs-ghc mailing list