diff options
Diffstat (limited to 'ghc')
-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 []) } |