summaryrefslogtreecommitdiff
path: root/ghc/compiler/codeGen
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-02-01 15:34:00 +0000
committersimonmar <unknown>2005-02-01 15:34:00 +0000
commitc9ba9f57aba0f91918d292ee3d05763791bcf5db (patch)
tree786c074de29759e158ff7823dfbd352712372b25 /ghc/compiler/codeGen
parent1dae2e1f9b0dd71f0f17f644d7983a3db52edbdf (diff)
downloadhaskell-c9ba9f57aba0f91918d292ee3d05763791bcf5db.tar.gz
[project @ 2005-02-01 15:34:00 by simonmar]
whitespace
Diffstat (limited to 'ghc/compiler/codeGen')
-rw-r--r--ghc/compiler/codeGen/CgInfoTbls.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/compiler/codeGen/CgInfoTbls.hs b/ghc/compiler/codeGen/CgInfoTbls.hs
index 0111a2ae9a..2183d89b77 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 []) }