diff options
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Graph/Coalesce.hs')
| -rw-r--r-- | compiler/nativeGen/RegAlloc/Graph/Coalesce.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs b/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs index 6cea26a2bd..18e4b0edd1 100644 --- a/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs +++ b/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs @@ -10,7 +10,7 @@ where import Cmm import Regs -import RegLiveness +import RegAlloc.Liveness import RegAllocInfo import Bag |
