update submodule pointer
[ghc-hetmet.git] / compiler / nativeGen / Alpha / Instr.hs
index 16ec53f..990ea8b 100644 (file)
 #include "nativeGen/NCG.h"
 
 module Alpha.Instr (
-       Cond(..),
-       Instr(..),
-       RI(..)
+--     Cond(..),
+--     Instr(..),
+--     RI(..)
 )
 
 where
 
+{-
 import BlockId
-import MachRegs
+import Regs
 import Cmm
 import FastString
 import CLabel
@@ -138,3 +139,4 @@ data Instr
        | FUNEND CLabel
 
 
+-}