cmmTopCodeGen no longer takes DynFlags as an argument
authorIan Lynagh <igloo@earth.li>
Wed, 8 Jun 2011 18:24:07 +0000 (19:24 +0100)
committerIan Lynagh <igloo@earth.li>
Wed, 8 Jun 2011 18:24:07 +0000 (19:24 +0100)
commit8133a9f47b99f4e65ed30551de32ad72c6b61b27
treeddc07f2d43f1250e1a0aafe6c20cb6d1361c4129
parent265bedd9b4869cf5f323ab32ed1e4af0f7a0bfe0
cmmTopCodeGen no longer takes DynFlags as an argument

It is in the NatM monad, which has DynFlags as part of its state.
compiler/nativeGen/AsmCodeGen.lhs
compiler/nativeGen/PPC/CodeGen.hs
compiler/nativeGen/SPARC/CodeGen.hs
compiler/nativeGen/X86/CodeGen.hs