Skip to content
  • Takenobu Tani's avatar
    Fix comment (old file names) in includes/ · 9984024a
    Takenobu Tani authored and Matthew Pickering's avatar Matthew Pickering committed
    [skip ci]
    
    There ware some old file names (.lhs, ...) at comments.
    
    * includes/rts/Bytecodes.h
      - ghc/compiler/ghci/ByteCodeGen.lhs -> ByteCodeAsm.hs
    
    * includes/rts/Constants.h
      - libraries/base/GHC/Conc.lhs -> libraries/base/GHC/Conc/Sync.hs
    
    * includes/rts/storage/FunTypes.h
      - utils/genapply/GenApply.hs -> utils/genappl/Main.hs
      - compiler/codeGen/CgCallConv.lhs -> compiler/codeGen/StgCmmLayout.hs
    
    * includes/stg/MiscClosures.h
      - compiler/codeGen/CgStackery.lhs -> compiler/codeGen/StgCmmArgRep.hs
      - HeapStackCheck.hc  -> HeapStackCheck.cmm
    
    Reviewers: bgamari, austin, simonmar, erikd
    
    Reviewed By: erikd
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D3074
    9984024a