aboutsummaryrefslogtreecommitdiff
path: root/gcc/regmove.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-11-09 13:33:38 -0700
committerJeff Law <law@gcc.gnu.org>1998-11-09 13:33:38 -0700
commit3363316f3277a401846bc19aacbf3c6737219a71 (patch)
tree450b048ab3e5575b7d512ce86037dc120e44bfb6 /gcc/regmove.c
parenta3bc83cc3028fb98df61d1fde7e62f05295cf894 (diff)
downloadgcc-3363316f3277a401846bc19aacbf3c6737219a71.zip
gcc-3363316f3277a401846bc19aacbf3c6737219a71.tar.gz
gcc-3363316f3277a401846bc19aacbf3c6737219a71.tar.bz2
[multiple changes]
1998-11-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * dbxout.c: Check HAVE_STAB_H instead of HAVE_STABS_H. Mon Nov 9 20:15:19 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de> * regmove.c (regmove_optimize): Fix error in last change. From-SVN: r23587
Diffstat (limited to 'gcc/regmove.c')
-rw-r--r--gcc/regmove.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/regmove.c b/gcc/regmove.c
index 57227b9..5ff44cb 100644
--- a/gcc/regmove.c
+++ b/gcc/regmove.c
@@ -1009,7 +1009,7 @@ regmove_optimize (f, nregs, regmove_dump_file)
}
#ifdef REGISTER_CONSTRAINTS
- if (find_matches (insn, &match) < 0)
+ if (! find_matches (insn, &match))
continue;
/* Now scan through the operands looking for a source operand
@@ -1119,7 +1119,7 @@ regmove_optimize (f, nregs, regmove_dump_file)
int op_no, match_no;
int success = 0;
- if (find_matches (insn, &match) < 0)
+ if (! find_matches (insn, &match))
continue;
/* Now scan through the operands looking for a destination operand