mirror of git://gcc.gnu.org/git/gcc.git
parent
a37a52e592
commit
d77aa5cd56
|
|
@ -1,3 +1,7 @@
|
|||
2018-12-14 Claudiu Zissulescu <claziss@synopsys.com>
|
||||
|
||||
* config/arc/arc.h (reg_class): Add SIBCALL_REGS.
|
||||
|
||||
2018-12-14 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* gimple-ssa-split-paths.c (is_feasible_trace): Remove
|
||||
|
|
|
|||
|
|
@ -491,6 +491,7 @@ enum reg_class
|
|||
"R0R1_CD_REGS", \
|
||||
"R0R3_CD_REGS", \
|
||||
"ARCOMPACT16_REGS", \
|
||||
"SIBCALL_REGS", \
|
||||
"AC16_H_REGS", \
|
||||
"DOUBLE_REGS", \
|
||||
"GENERAL_REGS", \
|
||||
|
|
|
|||
Loading…
Reference in New Issue