diff options
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Graph/Stats.hs')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Graph/Stats.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/Stats.hs b/compiler/nativeGen/RegAlloc/Graph/Stats.hs index 36d507ad28..8082f9e975 100644 --- a/compiler/nativeGen/RegAlloc/Graph/Stats.hs +++ b/compiler/nativeGen/RegAlloc/Graph/Stats.hs @@ -21,7 +21,7 @@ where #include "nativeGen/NCG.h" import qualified GraphColor as Color -import RegLiveness +import RegAlloc.Liveness import RegAllocInfo import RegAlloc.Graph.Spill import RegAlloc.Graph.SpillCost |