projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba02095
)
* pa.h (BRANCH_COST): Define.
author
Jeffrey A Law
<law@cygnus.com>
Wed, 22 Sep 1999 20:37:28 +0000
(20:37 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 22 Sep 1999 20:37:28 +0000
(14:37 -0600)
From-SVN: r29601
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/pa/pa.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 0d60239d3a20289c52c9fc5399c67f1f1452516c..45ee4062ad6d84a2fab913d3dc5a5baaa4e1432e 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-37,6
+37,8
@@
Wed Sep 22 06:25:15 1999 Jim Kingdon <http://developer.redhat.com>
Wed Sep 22 06:06:57 1999 Jeffrey A Law (law@cygnus.com)
+ * pa.h (BRANCH_COST): Define.
+
* pa.md (return, return_internal): Use bve for PA2.0.
* pa.md (fused multiply): Add variants which reduce height for the
diff --git
a/gcc/config/pa/pa.h
b/gcc/config/pa/pa.h
index ffbccea61aea8aed1df5b3c3f5892353d7ceed30..938b0853758f65203d179e4d00dce740e50559a9 100644
(file)
--- a/
gcc/config/pa/pa.h
+++ b/
gcc/config/pa/pa.h
@@
-1807,6
+1807,9
@@
while (0)
case LSHIFTRT: \
return COSTS_N_INSNS (1);
+/* Adjust the cost of branches. */
+#define BRANCH_COST (pa_cpu == PROCESSOR_8000 ? 2 : 1)
+
/* Adjust the cost of dependencies. */
#define ADJUST_COST(INSN,LINK,DEP,COST) \