X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FArchReg.hs;fp=compiler%2FnativeGen%2FArchReg.hs;h=0000000000000000000000000000000000000000;hb=8b94848bae9cabac968d9c86c36a28d3cc7b6a72;hp=7170228e4cada5b0960882a723511377572d7578;hpb=3d52165d6ff86168fd68addd56be0eb1893aaa1f;p=ghc-hetmet.git diff --git a/compiler/nativeGen/ArchReg.hs b/compiler/nativeGen/ArchReg.hs deleted file mode 100644 index 7170228..0000000 --- a/compiler/nativeGen/ArchReg.hs +++ /dev/null @@ -1,14 +0,0 @@ - - -module ArchReg ( - -) - -where - - -class ArchReg reg format where - classOfReg :: reg -> RegClass - mkVReg :: format -> VirtReg reg - -