[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 <simonpj@microsoft.com> Date: Sat Mar 9 12:33:40 2013 +0000 Remove unused functions cmmConstrTag, cmmGetTag Patch offered by Boris Sukholitko <boriss@gmail.com> Trac #7757 compiler/cmm/CmmUtils.hs | 11 ++++------- compiler/codeGen/StgCmmUtils.hs | 4 ++-- 2 files changed, 6 insertions(+), 9 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7757#comment:1> 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: 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