diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2011-06-09 19:50:28 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-06-09 19:50:28 +0000 |
commit | d5a9738b2f8a90a3f11c2d6003bc88db95349c22 (patch) | |
tree | 67569b67d03c3c637f9d4510f5586f143e1e8a43 | |
parent | 527e82c2679a4bfc6549e81652fa165449c3495f (diff) | |
download | gcc-d5a9738b2f8a90a3f11c2d6003bc88db95349c22.zip gcc-d5a9738b2f8a90a3f11c2d6003bc88db95349c22.tar.gz gcc-d5a9738b2f8a90a3f11c2d6003bc88db95349c22.tar.bz2 |
* config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
From-SVN: r174855
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sparc/sparc.md | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 29dcf55..c1c12ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-06-09 Eric Botcazou <ebotcazou@adacore.com> + + * config/sparc/sparc.md (return_internal): Adjust 'length' attribute. + 2011-06-09 Wei Guozhi <carrot@google.com> PR target/46975 diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index e6342ec..aa9f9fb 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -6321,9 +6321,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) |