diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-07-09 18:16:40 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-07-09 18:16:40 -0400 |
commit | 53d4bc6b3a0045d4e9d676fac31b4f69af1a202f (patch) | |
tree | fd513ecd058404a30087b753b39cd485b9c2aff7 | |
parent | f8a2f3055763c47c6d89eb023a1b0a0d52937a56 (diff) | |
download | haskell-wip/gc/ghc-8.8-rebase.tar.gz |
-rw-r--r-- | compiler/codeGen/StgCmmPrim.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmPrim.hs b/compiler/codeGen/StgCmmPrim.hs index 6459b68416..8bba9d5be0 100644 --- a/compiler/codeGen/StgCmmPrim.hs +++ b/compiler/codeGen/StgCmmPrim.hs @@ -2187,7 +2187,6 @@ emitCopyArray :: (CmmExpr -> CmmExpr -> CmmExpr -> CmmExpr -> ByteOff -> WordOff -- ^ number of elements to copy -> FCode () emitCopyArray copy src0 src_off dst0 dst_off0 n = do - dflags <- getDynFlags when (n /= 0) $ do dflags <- getDynFlags |