diff options
author | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-07 22:48:54 +0000 |
---|---|---|
committer | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-07 22:48:54 +0000 |
commit | 3352b772ec751b47ff0da2d924e6acddb94c55f0 (patch) | |
tree | 0eaaf29e1bf6feb2270fa657931fc8246fdd4753 /gcc/config/c4x | |
parent | 85367bc5e30068a84b02705c0f2a87de06d5c2d0 (diff) | |
download | gcc-3352b772ec751b47ff0da2d924e6acddb94c55f0.tar.gz |
* config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31281 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/c4x')
-rw-r--r-- | gcc/config/c4x/c4x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index b8d11fde5a4..4e40bbaa47c 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -1077,7 +1077,7 @@ CUMULATIVE_ARGS; other targets such as m68k). Since we must use stf/sti, the profitability is marginal anyway. */ -/* #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 */ +#define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 /* Never pass data by reference. */ |