[LLVMdev] Program order in inst_iterator?

Anirudh Sivaraman sk.anirudh at gmail.com
Mon Jun 15 10:10:34 PDT 2015


Does inst_iterator
(http://llvm.org/docs/ProgrammersManual.html#iterating-over-the-instruction-in-a-function)
guarantee that the iterated instructions are in program order: the
order of instructions printed by llvm-dis?

Thanks in advance,
Anirudh



More information about the llvm-dev mailing list