diff options
Diffstat (limited to 'gcc/config/alpha/alpha.h')
-rw-r--r-- | gcc/config/alpha/alpha.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 74b98e4..21d23bb 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1187,8 +1187,7 @@ extern int alpha_memory_latency; #define FUNCTION_OK_FOR_SIBCALL(DECL) \ (DECL \ && ((TREE_ASM_WRITTEN (DECL) && !flag_pic) \ - || ! TREE_PUBLIC (DECL) \ - || (0 && TREE_THIS_VOLATILE (DECL)))) + || ! TREE_PUBLIC (DECL))) /* Try to output insns to set TARGET equal to the constant C if it can be done in less than N insns. Do all computations in MODE. Returns the place |