aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1992-03-14 06:39:56 +0000
committerTorbjorn Granlund <tege@gnu.org>1992-03-14 06:39:56 +0000
commit767fcd82fbb33936dee8507556c612d3da30f83f (patch)
tree67aa575878c3a2cb592aba71d2355fcfbd020f49
parentf2d45bd7100b5c51f6356e8c936585f9c451f87b (diff)
downloadgcc-767fcd82fbb33936dee8507556c612d3da30f83f.zip
gcc-767fcd82fbb33936dee8507556c612d3da30f83f.tar.gz
gcc-767fcd82fbb33936dee8507556c612d3da30f83f.tar.bz2
*** empty log message ***
From-SVN: r484
-rw-r--r--gcc/config/pyr/pyr.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/config/pyr/pyr.md b/gcc/config/pyr/pyr.md
index 4671431..65b1fc0 100644
--- a/gcc/config/pyr/pyr.md
+++ b/gcc/config/pyr/pyr.md
@@ -84,7 +84,6 @@
rtx br_insn = NEXT_INSN (insn);
RTX_CODE br_code;
- extern int swap_operands;
if (GET_CODE (br_insn) != JUMP_INSN)
abort();
br_code = GET_CODE (XEXP (XEXP (PATTERN (br_insn), 1), 0));
@@ -201,7 +200,6 @@
"weird_memory_memory (operands[0], operands[1])"
"*
{
- extern int swap_operands;
rtx br_insn = NEXT_INSN (insn);
if (GET_CODE (br_insn) != JUMP_INSN)
@@ -272,7 +270,6 @@
"weird_memory_memory (operands[0], operands[1])"
"*
{
- extern int swap_operands;
rtx br_insn = NEXT_INSN (insn);
RTX_CODE br_code;
@@ -1207,14 +1204,13 @@
"movdi_possible (operands)"
"*
{
- extern int swap_operands;
output_asm_insn (\"# COMBINE movw %1,%0\", operands);
output_asm_insn (\"# COMBINE movw %3,%2\", operands);
movdi_possible (operands);
if (CONSTANT_P (operands[1]))
- return (swap_operands) ? \"movl %3,%0\" : \"movl %1,%2\";
+ return (swap_operands ? \"movl %3,%0\" : \"movl %1,%2\");
- return (swap_operands) ? \"movl %1,%0\" : \"movl %3,%2\";
+ return (swap_operands ? \"movl %1,%0\" : \"movl %3,%2\");
}")
;; Optimize certain tests after memory stores.