[GHC] #7756: Remove warning suppressions from compiler/cmm/CmmCommonBlockElim.hs
GHC
cvs-ghc at haskell.org
Sun Mar 10 05:18:00 CET 2013
#7756: Remove warning suppressions from compiler/cmm/CmmCommonBlockElim.hs
-----------------------------+----------------------------------------------
Reporter: bosu | Owner:
Type: task | Status: patch
Priority: normal | Component: Compiler
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Blockedby:
Blocking: | Related:
-----------------------------+----------------------------------------------
Comment(by ezyang@…):
commit 9f2644215e39eb9509da819f6f5d4d7f1984d386
{{{
Author: Edward Z. Yang <ezyang at mit.edu>
Date: Sat Mar 9 20:16:58 2013 -0800
Remove unnecessary warnings suppressions, fixes ticket #7756; thanks
monoidal for submitting.
Signed-off-by: Edward Z. Yang <ezyang at mit.edu>
compiler/cmm/Cmm.hs | 1 -
compiler/cmm/CmmContFlowOpt.hs | 3 +--
compiler/cmm/CmmProcPoint.hs | 1 -
compiler/cmm/CmmRewriteAssignments.hs | 3 ---
compiler/cmm/CmmUtils.hs | 4 ----
5 files changed, 1 insertions(+), 11 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7756#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list