(output_addressed_constants): Handle NON_LVALUE_EXPR.

From-SVN: r2489
This commit is contained in:
Richard Stallman 1992-10-16 08:35:42 +00:00
parent 726a04b41f
commit 37a5211207
1 changed files with 1 additions and 0 deletions

View File

@ -2575,6 +2575,7 @@ output_addressed_constants (exp)
case NOP_EXPR:
case CONVERT_EXPR:
case NON_LVALUE_EXPR:
reloc = output_addressed_constants (TREE_OPERAND (exp, 0));
break;