From: Eric Botcazou Date: Thu, 9 Jun 2011 19:51:17 +0000 (+0000) Subject: * config/sparc/sparc.md (return_internal): Adjust 'length' attribute. X-Git-Tag: releases/gcc-4.4.7~368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f5d62fc2813c6c569cd4c928742df2eb5510dd;p=thirdparty%2Fgcc.git * config/sparc/sparc.md (return_internal): Adjust 'length' attribute. From-SVN: r174858 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cf9bca94784f..8d79502068b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-06-09 Eric Botcazou + + * config/sparc/sparc.md (return_internal): Adjust 'length' attribute. + 2011-06-05 Eric Botcazou * config/sparc/sparc.c (output_return): Fix thinko in the output of an diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index d7008d750af3..d23ed31a8990 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -6899,9 +6899,7 @@ (if_then_else (eq_attr "isa" "v9") (const_int 2) (const_int 3)) - (if_then_else (eq_attr "isa" "v9") - (const_int 3) - (const_int 4))) + (const_int 4)) (eq_attr "empty_delay_slot" "true") (if_then_else (eq_attr "delayed_branch" "true") (const_int 2)