diff options
Diffstat (limited to 'gcc/config/spu/spu.h')
-rw-r--r-- | gcc/config/spu/spu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/spu/spu.h b/gcc/config/spu/spu.h index de26d2aafd5..24d8047f0e6 100644 --- a/gcc/config/spu/spu.h +++ b/gcc/config/spu/spu.h @@ -407,7 +407,7 @@ do { \ #define MOVE_RATIO(speed) ((speed)? 32 : 4) -#define NO_FUNCTION_CSE +#define NO_FUNCTION_CSE 1 /* Sections */ |