[project @ 2005-02-01 15:34:00 by simonmar]
authorsimonmar <unknown>
Tue, 1 Feb 2005 15:34:00 +0000 (15:34 +0000)
committersimonmar <unknown>
Tue, 1 Feb 2005 15:34:00 +0000 (15:34 +0000)
whitespace

ghc/compiler/codeGen/CgInfoTbls.hs

index 0111a2a..2183d89 100644 (file)
@@ -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 []) }