Hello, i am trying to register a MachineFunctionPass - as it is not possible to register it like a normal pass, the documentation said, that it is usually made by TargetMachine::addPassesToEmitFile ,but i am not quite sure what is ment by that? How should i register, and how should i be calling the pass, without opt or bugpoint? Thank you Ben