move generic graph-colouring code into util
authorSimon Marlow <simonmar@microsoft.com>
Wed, 12 Sep 2007 11:41:10 +0000 (11:41 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 12 Sep 2007 11:41:10 +0000 (11:41 +0000)
It is needed by cmm/StackColor, and hence is needed even when there is no
native code generator.

compiler/utils/GraphBase.hs [moved from compiler/nativeGen/GraphBase.hs with 100% similarity]
compiler/utils/GraphColor.hs [moved from compiler/nativeGen/GraphColor.hs with 100% similarity]
compiler/utils/GraphOps.hs [moved from compiler/nativeGen/GraphOps.hs with 100% similarity]
compiler/utils/GraphPpr.hs [moved from compiler/nativeGen/GraphPpr.hs with 100% similarity]