X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Frtl.c;h=59d77999c2b717804ed51fde803783db0998cd9c;hb=3588eff44bee374d3da3b564b6d9a870303aca9a;hp=9f545d836234e4b21392a8f4f1f81333d3f9bbf2;hpb=674b05f5734c0ce4249a6128d640beec4689956e;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/rtl.c b/gcc/rtl.c index 9f545d83623..59d77999c2b 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -122,7 +122,9 @@ const char * const note_insn_name[NOTE_INSN_MAX - NOTE_INSN_BIAS] = "NOTE_INSN_EH_REGION_BEG", "NOTE_INSN_EH_REGION_END", "NOTE_INSN_REPEATED_LINE_NUMBER", "NOTE_INSN_BASIC_BLOCK", "NOTE_INSN_EXPECTED_VALUE", - "NOTE_INSN_PREDICTION", "NOTE_INSN_VAR_LOCATION" + "NOTE_INSN_PREDICTION", + "NOTE_INSN_UNLIKELY_EXECUTED_CODE", + "NOTE_INSN_VAR_LOCATION" }; const char * const reg_note_name[] = @@ -134,7 +136,7 @@ const char * const reg_note_name[] = "REG_VALUE_PROFILE", "REG_NOALIAS", "REG_SAVE_AREA", "REG_BR_PRED", "REG_FRAME_RELATED_EXPR", "REG_EH_CONTEXT", "REG_EH_REGION", "REG_SAVE_NOTE", "REG_MAYBE_DEAD", "REG_NORETURN", - "REG_NON_LOCAL_GOTO", "REG_SETJMP", "REG_ALWAYS_RETURN", + "REG_NON_LOCAL_GOTO", "REG_CROSSING_JUMP", "REG_SETJMP", "REG_ALWAYS_RETURN", "REG_VTABLE_REF" };