summaryrefslogtreecommitdiff
path: root/gcc/reload.c
diff options
context:
space:
mode:
authorRichard Sandiford <richard@codesourcery.com>2005-12-07 09:43:39 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2005-12-07 09:43:39 +0000
commit58477b5d26e4080455003cbcccbecbf9938f0d24 (patch)
tree6b7b48f54bcf0868ac338e43bbbdb11d83134c98 /gcc/reload.c
parentfee67063c459b63d91314748f5f5a827cf4890a7 (diff)
downloadgcc-58477b5d26e4080455003cbcccbecbf9938f0d24.tar.gz
reload.c (push_secondary_reload): Fix typo: s/insn_constraint/scratch_constraint/.
* gcc/reload.c (push_secondary_reload): Fix typo: s/insn_constraint/scratch_constraint/. From-SVN: r108154
Diffstat (limited to 'gcc/reload.c')
-rw-r--r--gcc/reload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c
index 71882577686..dc5d228c569 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -379,7 +379,7 @@ push_secondary_reload (int in_p, rtx x, int opnum, int optional,
letter = *scratch_constraint;
scratch_class = (letter == 'r' ? GENERAL_REGS
: REG_CLASS_FROM_CONSTRAINT ((unsigned char) letter,
- insn_constraint));
+ scratch_constraint));
class = scratch_class;
mode = insn_data[(int) icode].operand[2].mode;