FIX validate for PPC Mac OS X - RegAllocStats.hs
authorThorkil Naur <naur@post11.tele.dk>
Fri, 5 Oct 2007 14:41:05 +0000 (14:41 +0000)
committerThorkil Naur <naur@post11.tele.dk>
Fri, 5 Oct 2007 14:41:05 +0000 (14:41 +0000)
compiler/nativeGen/RegAllocStats.hs

index 59e94aa..8eb8660 100644 (file)
@@ -327,6 +327,7 @@ regDotColor reg
  = case regClass reg of
        RcInteger       -> text "blue"
        RcFloat         -> text "red"
+       RcDouble        -> text "green"
 #endif