integrate.c (subst_constants): Handle 'B' RTL format.

2002-06-05  David S. Miller  <davem@redhat.com>

	* integrate.c (subst_constants): Handle 'B' RTL format.

From-SVN: r54302
This commit is contained in:
David S. Miller 2002-06-05 21:13:45 -07:00 committed by David S. Miller
parent 045b3a49ca
commit 2ff581c3af
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -2690,6 +2690,7 @@ subst_constants (loc, insn, map, memonly)
case 'w':
case 'n':
case 't':
case 'B':
break;
case 'E':