X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FnativeGen%2FPprMach.lhs;h=3701dd512c9e1aee35e2f194e874315cd137b3d1;hb=06e14415fa8aef5be7d01314d08fcd87873cd0da;hp=fae5f6cbb6a64ddece940bf6bff988763523b7f2;hpb=b08b5149482e9d88b3a0f5098e7b118e6f00e115;p=ghc-hetmet.git diff --git a/ghc/compiler/nativeGen/PprMach.lhs b/ghc/compiler/nativeGen/PprMach.lhs index fae5f6c..3701dd5 100644 --- a/ghc/compiler/nativeGen/PprMach.lhs +++ b/ghc/compiler/nativeGen/PprMach.lhs @@ -19,7 +19,6 @@ import MachMisc import CLabel ( pprCLabel, externallyVisibleCLabel, labelDynamic ) import Stix ( CodeSegment(..) ) -import Unique ( pprUnique ) import Panic ( panic ) import Pretty import FastString @@ -971,7 +970,7 @@ pprSizeRegRegReg name size reg1 reg2 reg3 pprReg reg3 ] -#endif {-alpha_TARGET_ARCH-} +#endif /* alpha_TARGET_ARCH */ \end{code} %************************************************************************ @@ -1544,7 +1543,7 @@ pprCondInstr :: LitString -> Cond -> Doc -> Doc pprCondInstr name cond arg = hcat [ char '\t', ptext name, pprCond cond, space, arg] -#endif {-i386_TARGET_ARCH-} +#endif /* i386_TARGET_ARCH */ \end{code} %************************************************************************ @@ -1831,7 +1830,7 @@ pp_rbracket_comma = text "]," pp_comma_lbracket = text ",[" pp_comma_a = text ",a" -#endif {-sparc_TARGET_ARCH-} +#endif /* sparc_TARGET_ARCH */ \end{code} %************************************************************************ @@ -2096,7 +2095,7 @@ pprDyldSymbolStub fn = #endif -#endif {-powerpc_TARGET_ARCH-} +#endif /* powerpc_TARGET_ARCH */ \end{code} \begin{code}