OSDN Git Service

2002-06-05 David S. Miller <davem@redhat.com>
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jun 2002 04:13:45 +0000 (04:13 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jun 2002 04:13:45 +0000 (04:13 +0000)
* integrate.c (subst_constants): Handle 'B' RTL format.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54302 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/integrate.c

index becbadf..29795af 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-05  David S. Miller  <davem@redhat.com>
+
+       * integrate.c (subst_constants): Handle 'B' RTL format.
+
 2002-06-05  Eric Christopher  <echristo@redhat.com>
 
        * varasm.c (make_decl_rtl): Fix comment for removed
index 6a6c543..9e40d1a 100644 (file)
@@ -2690,6 +2690,7 @@ subst_constants (loc, insn, map, memonly)
        case 'w':
        case 'n':
        case 't':
+       case 'B':
          break;
 
        case 'E':