mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-31 00:15:43 +08:00
* arm.h (SPECIAL_MODE_PREDICATES): Define.
From-SVN: r33724
This commit is contained in:
parent
41e3f998a3
commit
ad027eaed9
@ -10,6 +10,8 @@
|
||||
|
||||
* arm.md (call_value_symbol): Remove predicate from op2.
|
||||
|
||||
* arm.h (SPECIAL_MODE_PREDICATES): Define.
|
||||
|
||||
Sat May 6 06:25:56 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* expr.c (get_subtarget): New function.
|
||||
|
@ -2874,4 +2874,11 @@ extern int making_const_table;
|
||||
{"logical_binary_operator", {AND, IOR, XOR}}, \
|
||||
{"dominant_cc_register", {REG}},
|
||||
|
||||
/* Define this if you have special predicates that know special things
|
||||
about modes. Genrecog will warn about certain forms of
|
||||
match_operand without a mode; if the operand predicate is listed in
|
||||
SPECIAL_MODE_PREDICATES, the warning will be suppressed. */
|
||||
#define SPECIAL_MODE_PREDICATES \
|
||||
"cc_register", "dominant_cc_register",
|
||||
|
||||
#endif /* __ARM_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user