prevent GCC from re-arranging two emit_insn()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



How to enforce that GCC will not re-arrange two emit_insn() such that,
in the example below, insn2 will always follow insn1; ie:

emit_insn (gen_insn1 ()); // emit insn1.
emit_insn (gen_insn2 ()); // emit insn2



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux