diff options
author | John Ericson <git@JohnEricson.me> | 2019-09-10 00:28:33 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-13 11:26:43 -0400 |
commit | a0e220b77957738b9966a099b5616017ab7b05b6 (patch) | |
tree | bbf79fad350c2cee83c1b911f51134d5acf5f007 /compiler/nativeGen/RegAlloc/Graph | |
parent | c45c89d634d227476c5ef95f9ce9c4f3c8172d19 (diff) | |
download | haskell-a0e220b77957738b9966a099b5616017ab7b05b6.tar.gz |
Remove empty NCG.h
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Graph')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Graph/Stats.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/Stats.hs b/compiler/nativeGen/RegAlloc/Graph/Stats.hs index f765224072..152e813515 100644 --- a/compiler/nativeGen/RegAlloc/Graph/Stats.hs +++ b/compiler/nativeGen/RegAlloc/Graph/Stats.hs @@ -14,8 +14,6 @@ module RegAlloc.Graph.Stats ( countSRMs, addSRM ) where -#include "nativeGen/NCG.h" - import GhcPrelude import qualified GraphColor as Color |