diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-09-12 11:41:10 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-09-12 11:41:10 +0000 |
commit | b01110d1352de5d972d8fb63f28c244d2c1ff99b (patch) | |
tree | 504e83cf75e314bdf40035fc092d5676c36b7ad1 | |
parent | 569348e87434f2a8d9e18dccac8b4a563b4eb363 (diff) | |
download | haskell-b01110d1352de5d972d8fb63f28c244d2c1ff99b.tar.gz |
move generic graph-colouring code into util
It is needed by cmm/StackColor, and hence is needed even when there is no
native code generator.
-rw-r--r-- | compiler/utils/GraphBase.hs (renamed from compiler/nativeGen/GraphBase.hs) | 0 | ||||
-rw-r--r-- | compiler/utils/GraphColor.hs (renamed from compiler/nativeGen/GraphColor.hs) | 0 | ||||
-rw-r--r-- | compiler/utils/GraphOps.hs (renamed from compiler/nativeGen/GraphOps.hs) | 0 | ||||
-rw-r--r-- | compiler/utils/GraphPpr.hs (renamed from compiler/nativeGen/GraphPpr.hs) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/compiler/nativeGen/GraphBase.hs b/compiler/utils/GraphBase.hs index 04eda96120..04eda96120 100644 --- a/compiler/nativeGen/GraphBase.hs +++ b/compiler/utils/GraphBase.hs diff --git a/compiler/nativeGen/GraphColor.hs b/compiler/utils/GraphColor.hs index 307803a988..307803a988 100644 --- a/compiler/nativeGen/GraphColor.hs +++ b/compiler/utils/GraphColor.hs diff --git a/compiler/nativeGen/GraphOps.hs b/compiler/utils/GraphOps.hs index 414abe4efc..414abe4efc 100644 --- a/compiler/nativeGen/GraphOps.hs +++ b/compiler/utils/GraphOps.hs diff --git a/compiler/nativeGen/GraphPpr.hs b/compiler/utils/GraphPpr.hs index 1df5158dc2..1df5158dc2 100644 --- a/compiler/nativeGen/GraphPpr.hs +++ b/compiler/utils/GraphPpr.hs |