[GHC] #7757: Remove unused functions from compiler/codeGen/StgCmmUtils.hs

#7757: Remove unused functions from compiler/codeGen/StgCmmUtils.hs -----------------------------+---------------------------------------------- Reporter: bosu | Owner: Type: task | Status: new Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- cmmConstrTag, cmmGetTag are used nowhere. Attached is the patch to remove them. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7757 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7757: Remove unused functions from compiler/codeGen/StgCmmUtils.hs
-----------------------------+----------------------------------------------
Reporter: bosu | Owner:
Type: task | Status: new
Priority: normal | Component: Compiler
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Blockedby:
Blocking: | Related:
-----------------------------+----------------------------------------------
Comment(by simonpj@…):
commit 1a7284814236af62e03dad1fe35cced81d33b145
{{{
Author: Simon Peyton Jones

#7757: Remove unused functions from compiler/codeGen/StgCmmUtils.hs -------------------------------+-------------------------------------------- Reporter: bosu | Owner: Type: task | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: -------------------------------+-------------------------------------------- Changes (by simonpj): * status: new => closed * difficulty: => Unknown * resolution: => fixed Comment: Applied, thanks -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7757#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC