Remove most of the CPP from AsmCodeGen
authorIan Lynagh <igloo@earth.li>
Sun, 29 May 2011 18:06:28 +0000 (19:06 +0100)
committerIan Lynagh <igloo@earth.li>
Sun, 29 May 2011 18:16:37 +0000 (19:16 +0100)
In particular, the "#error" for platforms without a NCG is gone,
which means the module should now build on all platforms again.

I'm not sure if this is the nicest way to handle multiple platforms
here, but it works for now.


No differences found