]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm.c (note_invalid_constants): Use recog_data.operand_type for recog_op_type.
authorRichard Earnshaw <rearnsha@arm.com>
Sun, 12 Sep 1999 18:51:35 +0000 (18:51 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sun, 12 Sep 1999 18:51:35 +0000 (18:51 +0000)
* arm.c (note_invalid_constants): Use recog_data.operand_type
for recog_op_type.

From-SVN: r29364

gcc/ChangeLog
gcc/config/arm/arm.c

index 960382370deb711cf4ae5dd884b5c5f219972555..0b445d3337257844a7490114a638bd8c43c72416 100644 (file)
@@ -1,3 +1,8 @@
+Sun Sep 12 19:52:10 1999  Richard Earnshaw <rearnsha@arm.com>
+
+       * arm.c (note_invalid_constants): Use recog_data.operand_type
+       for recog_op_type.
+
 Sun Sep 12 15:53:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
 
        * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
index 42331079ef30a2afad780fc309e9913d20640f16..8509eaa6078edec09366f4dddec7325ce28f6f07 100644 (file)
@@ -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