diff options
author | YamaArashi <shadow962@live.com> | 2016-02-11 00:43:28 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-11 00:43:28 -0800 |
commit | 23e2a17097740709d4466a802e03992116b12900 (patch) | |
tree | 0c28d207942a6319e69dad1ae54152307b392dda /gcc/rtl.c | |
parent | cea2793f5e39d74bc92a5129af95504c4b23335d (diff) |
remove profiling
Diffstat (limited to 'gcc/rtl.c')
-rwxr-xr-x | gcc/rtl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -190,8 +190,8 @@ char *reg_note_name[] = { "", "REG_DEAD", "REG_INC", "REG_EQUIV", "REG_WAS_0", "REG_EQUAL", "REG_RETVAL", "REG_LIBCALL", "REG_NONNEG", "REG_NO_CONFLICT", "REG_UNUSED", "REG_CC_SETTER", "REG_CC_USER", "REG_LABEL", - "REG_DEP_ANTI", "REG_DEP_OUTPUT", "REG_BR_PROB", - "REG_EXEC_COUNT", "REG_NOALIAS", "REG_SAVE_AREA", + "REG_DEP_ANTI", "REG_DEP_OUTPUT", + "REG_NOALIAS", "REG_SAVE_AREA", "REG_BR_PRED", "REG_EH_CONTEXT", "REG_FRAME_RELATED_EXPR", "REG_EH_REGION", "REG_EH_RETHROW" }; |