mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 00:51:00 +08:00
PR jit/63854: Add all_late_ipa_passes to GCC_PASS_LISTS
gcc/ChangeLog: PR jit/63854 * pass_manager.h (GCC_PASS_LISTS): Add all_late_ipa_passes. From-SVN: r217807
This commit is contained in:
parent
8f047f6c3c
commit
1f1e44ed24
@ -1,3 +1,8 @@
|
||||
2014-11-19 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR jit/63854
|
||||
* pass_manager.h (GCC_PASS_LISTS): Add all_late_ipa_passes.
|
||||
|
||||
2014-11-19 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR jit/63854
|
||||
|
@ -29,6 +29,7 @@ struct register_pass_info;
|
||||
DEF_PASS_LIST (all_lowering_passes) \
|
||||
DEF_PASS_LIST (all_small_ipa_passes) \
|
||||
DEF_PASS_LIST (all_regular_ipa_passes) \
|
||||
DEF_PASS_LIST (all_late_ipa_passes) \
|
||||
DEF_PASS_LIST (all_passes)
|
||||
|
||||
#define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST,
|
||||
|
Loading…
x
Reference in New Issue
Block a user