X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FnativeGen%2FAsmCodeGen.lhs;h=b1e0d47865bf4fa60877a3f4616c7b524b11bd06;hb=22ac4f6978d203ad8c21f598bf2ad51b3232dfef;hp=8cdcae2b291f897d59731b5bf6b22ed665b5ad20;hpb=9af77fa423926fbda946b31e174173d0ec5ebac8;p=ghc-hetmet.git diff --git a/ghc/compiler/nativeGen/AsmCodeGen.lhs b/ghc/compiler/nativeGen/AsmCodeGen.lhs index 8cdcae2..b1e0d47 100644 --- a/ghc/compiler/nativeGen/AsmCodeGen.lhs +++ b/ghc/compiler/nativeGen/AsmCodeGen.lhs @@ -46,9 +46,9 @@ machine-dependent modules (those \tr{#include}'ing \tr{NCG.h}). This module (@AsmCodeGen@) is the top-level machine-independent module. It uses @AbsCStixGen.genCodeAbstractC@ to produce @StixTree@s -(defined in module @Stix@), using support code from @StixInfo@ (info -tables), @StixPrim@ (primitive operations), @StixMacro@ (Abstract C -macros), and @StixInteger@ (GMP arbitrary-precision operations). +(defined in module @Stix@), using support code from @StixPrim@ +(primitive operations), @StixMacro@ (Abstract C macros), and +@StixInteger@ (GMP arbitrary-precision operations). Before entering machine-dependent land, we do some machine-independent @genericOpt@imisations (defined below) on the @StixTree@s.