]> gcc.gnu.org Git - gcc.git/commitdiff
* final.c (cleanup_subreg_operands): ASM_INPUTs need no treatment.
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Wed, 28 Oct 1998 04:02:03 +0000 (04:02 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 28 Oct 1998 04:02:03 +0000 (23:02 -0500)
From-SVN: r23394

gcc/ChangeLog
gcc/final.c

index 8e47c4a13e859f567f2db76eff14a346f4df2df4..f4dbd640dacdeb8705c4f16d9c88f82c374c563b 100644 (file)
@@ -1,3 +1,7 @@
+Wed Oct 28 03:59:29 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+
+       * final.c (cleanup_subreg_operands):  ASM_INPUTs need no treatment.
+
 Wed Oct 28 02:38:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
 
        * toplev.c (compile_file): Temporarily revert last change.
index 4c19c84a9fdd1ca00fd020234d46b6e131bae577..4f7dd9f6f2bbfdae674455fff5ae8f23aa2edd66 100644 (file)
@@ -3037,6 +3037,7 @@ cleanup_subreg_operands (insn)
       || GET_CODE (PATTERN (insn)) == USE
       || GET_CODE (PATTERN (insn)) == ADDR_VEC
       || GET_CODE (PATTERN (insn)) == ADDR_DIFF_VEC
+      || GET_CODE (PATTERN (insn)) == ASM_INPUT
       || asm_noperands (PATTERN (insn)) >= 0)
     return;
 
This page took 0.070501 seconds and 5 git commands to generate.