Question about rtx format for insn, call_insn and junp_insn

2010-05-19 Thread kito
Hello every body I have read the rtl.h rtl.c, but I don't realize the format for  insn, call_insn and junp_insn it's define in rtl.def DEF_RTL_EXPR(JUMP_INSN, jump_insn, iuuBieie0, RTX_INSN) and it's dump by some real program (jump_insn 14  /*  i */            13         /*  u */           

Re: Question about rtx format for insn, call_insn and junp_insn

2010-05-19 Thread Ian Lance Taylor
kito npick...@gmail.com writes: Hello every body I have read the rtl.h rtl.c, but I don't realize the format for  insn, call_insn and junp_insn it's define in rtl.def DEF_RTL_EXPR(JUMP_INSN, jump_insn, iuuBieie0, RTX_INSN) and it's dump by some real program (jump_insn 14  /*  i */   

Re: Question about rtx format for insn, call_insn and junp_insn

2010-05-19 Thread kito
sorry I get incorrect gcc version info the correct version which doing dump is gcc 4.1.2 I dump rtl with the gcc 4.4.1 have the line info thanks for you reply 2010/5/20 Ian Lance Taylor i...@google.com: kito npick...@gmail.com writes: Hello every body I have read the rtl.h rtl.c, but I