Displaying 1 result from an estimated 1 matches for "addasmemmiter".
2007 Sep 04
0
[LLVMdev] How to put a pass for last?
Hello guys,
I'm writing a pass that must check every machine instruction that will go to
assembly.
I've put my pass registration just before the "addAsmEmmiter" line in
LLVMTargetMachine.cpp
But, iterating trought machine functions and basic blocks inside the
functions, there are still machine instructions that I cant reach.
This is the beginnig of the asm output of my example test program:
.text
.align 16
.globl main...