X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcodeGen%2FStgCmmCon.hs;h=beff73e9e0e99b1fa87732a7140ac144c7275bfd;hb=0aa5f6851c493805be58da3798f6ad55b6538cf2;hp=e818bd742c5e6ea08f9e2eeb09f4707d11bf7e4e;hpb=e6243a818496aad82b6f47511d3bd9bc800f747d;p=ghc-hetmet.git diff --git a/compiler/codeGen/StgCmmCon.hs b/compiler/codeGen/StgCmmCon.hs index e818bd7..beff73e 100644 --- a/compiler/codeGen/StgCmmCon.hs +++ b/compiler/codeGen/StgCmmCon.hs @@ -210,8 +210,7 @@ bindConArgs (DataAlt con) base args bind_arg :: (NonVoid Id, VirtualHpOffset) -> FCode LocalReg bind_arg (arg, offset) = do { emit $ mkTaggedObjectLoad (idToReg arg) base offset tag - ; pprTrace "bind_arg gets tag" (ppr arg <+> ppr tag) $ - bindArgToReg arg } + ; bindArgToReg arg } bindConArgs _other_con _base args = ASSERT( null args ) return []