From: Ben.Lippmeier@anu.edu.au Date: Mon, 16 Feb 2009 00:08:47 +0000 (+0000) Subject: NCG: Cleanup old file X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8b94848bae9cabac968d9c86c36a28d3cc7b6a72;p=ghc-hetmet.git NCG: Cleanup old file --- 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 - -