summaryrefslogtreecommitdiff
path: root/Source/Core/Common/CodeBlock.h
AgeCommit message (Collapse)Author
2014-04-09Remove dumb CodeBlock duplication in the emitters.Ryan Houdek
Fixes issue 6990. This uses a bit of templating to remove the duplicate code that is the CodeBlocks in each emitter headers. No actual functionality change in this.