aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2013-08-17 00:43:38 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2013-08-16 20:43:38 -0400
commit47fa5d230292f22802436d3f58af758795da3cbe (patch)
tree7472f0f3feac78c9861c1ed3556d4d9dd378aa63 /gcc/config/rs6000
parentba1e0b793e5fde8b5e9c7376dcf389319ddb21f1 (diff)
downloadgcc-47fa5d230292f22802436d3f58af758795da3cbe.zip
gcc-47fa5d230292f22802436d3f58af758795da3cbe.tar.gz
gcc-47fa5d230292f22802436d3f58af758795da3cbe.tar.bz2
rs6000.md (rs6000_get_timebase_ppc32): Add length attribute.
* config/rs6000/rs6000.md (rs6000_get_timebase_ppc32): Add length attribute. From-SVN: r201812
Diffstat (limited to 'gcc/config/rs6000')
-rw-r--r--gcc/config/rs6000/rs6000.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 637c5d3..3880f91 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -15756,7 +15756,8 @@
"cmpw %2,%L0,%1\;"
"bne- %2,$-16";
}
-})
+}
+ [(set_attr "length" "20")])
(define_insn "rs6000_mftb_<mode>"
[(set (match_operand:P 0 "gpc_reg_operand" "=r")