Commit 7034d31b by Nick Clifton Committed by Nick Clifton

* config/frv/frv.h (EXTRA_MEMORY_CONSTRAINT): Define.

From-SVN: r116719
parent 1a3053d6
2006-09-06 Nick Clifton <nickc@redhat.com>
* config/frv/frv.h (EXTRA_MEMORY_CONSTRAINT): Define.
2006-09-05 Andrew Pinski <pinskia@physics.uc.edu> 2006-09-05 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/28937 PR tree-opt/28937
......
...@@ -1376,6 +1376,9 @@ extern enum reg_class reg_class_from_letter[]; ...@@ -1376,6 +1376,9 @@ extern enum reg_class reg_class_from_letter[];
: (C) == 'U' ? EXTRA_CONSTRAINT_FOR_U (VALUE) \ : (C) == 'U' ? EXTRA_CONSTRAINT_FOR_U (VALUE) \
: 0) : 0)
#define EXTRA_MEMORY_CONSTRAINT(C,STR) \
((C) == 'U' || (C) == 'R' || (C) == 'T')
#define CONSTRAINT_LEN(C, STR) \ #define CONSTRAINT_LEN(C, STR) \
((C) == 'D' ? 3 : DEFAULT_CONSTRAINT_LEN ((C), (STR))) ((C) == 'D' ? 3 : DEFAULT_CONSTRAINT_LEN ((C), (STR)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment