From: simonmar Date: Tue, 1 Feb 2005 15:34:00 +0000 (+0000) Subject: [project @ 2005-02-01 15:34:00 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1134 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c9ba9f57aba0f91918d292ee3d05763791bcf5db;p=ghc-hetmet.git [project @ 2005-02-01 15:34:00 by simonmar] whitespace --- diff --git a/ghc/compiler/codeGen/CgInfoTbls.hs b/ghc/compiler/codeGen/CgInfoTbls.hs index 0111a2a..2183d89 100644 --- a/ghc/compiler/codeGen/CgInfoTbls.hs +++ b/ghc/compiler/codeGen/CgInfoTbls.hs @@ -359,7 +359,6 @@ emitVectoredReturnInstr zero_indexed_tag stmtC (CmmAssign z info_amode) return (CmmReg z) else - return info_amode ; let target = retVec x zero_indexed_tag ; stmtC (CmmJump target []) }