cvs commit: fptools/ghc/compiler/nativeGen MachCode.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Mon, 22 Oct 2001 02:05:27 -0700


simonmar    2001/10/22 02:05:27 PDT

  Modified files:
    ghc/compiler/nativeGen MachCode.lhs 
  Log:
  import CLabe (isAsmTemp) for sparc/alpha (I guess someone removed the
  import after a warning from -fwarn-unused-imports, so I've put the
  import inside the relevant #ifdef this time).
  
  Revision  Changes    Path
  1.76      +3 -0      fptools/ghc/compiler/nativeGen/MachCode.lhs