diff options
author | simonmar <unknown> | 2005-02-01 15:34:00 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-02-01 15:34:00 +0000 |
commit | c9ba9f57aba0f91918d292ee3d05763791bcf5db (patch) | |
tree | 786c074de29759e158ff7823dfbd352712372b25 /ghc/compiler/codeGen | |
parent | 1dae2e1f9b0dd71f0f17f644d7983a3db52edbdf (diff) | |
download | haskell-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.hs | 1 |
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 []) } |