diff options
Diffstat (limited to 'gcc/config/alpha/alpha.c')
-rw-r--r-- | gcc/config/alpha/alpha.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index c9a87ebf311..b37b311d55f 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -3567,8 +3567,8 @@ alpha_split_conditional_move (enum rtx_code code, rtx dest, rtx cond, struct xfloating_op GTY(()) { const enum rtx_code code; - const char *const GTY((skip(""))) osf_func; - const char *const GTY((skip(""))) vms_func; + const char *const GTY((skip)) osf_func; + const char *const GTY((skip)) vms_func; rtx libcall; }; |