aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>1999-09-12 18:51:35 +0000
committerRichard Earnshaw <rearnsha@gcc.gnu.org>1999-09-12 18:51:35 +0000
commit36ab44c74e7253e9dd6c36e5f5b2d530c35f15dd (patch)
treed2c0842972c68e57adacc3d02d3f03cc8c3ed7a1 /gcc/config
parent7144af144779ee57b1192ab11ee070e29b3b8a3b (diff)
downloadgcc-36ab44c74e7253e9dd6c36e5f5b2d530c35f15dd.zip
gcc-36ab44c74e7253e9dd6c36e5f5b2d530c35f15dd.tar.gz
gcc-36ab44c74e7253e9dd6c36e5f5b2d530c35f15dd.tar.bz2
arm.c (note_invalid_constants): Use recog_data.operand_type for recog_op_type.
* arm.c (note_invalid_constants): Use recog_data.operand_type for recog_op_type. From-SVN: r29364
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/arm/arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index 4233107..8509eaa 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -4261,7 +4261,7 @@ note_invalid_constants (insn, address)
for (opno = 0; opno < recog_data.n_operands; opno++)
{
/* Things we need to fix can only occur in inputs */
- if (recog_op_type[opno] != OP_IN)
+ if (recog_data.operand_type[opno] != OP_IN)
continue;
/* If this alternative is a memory reference, then any mention