(output_bound_representation): Fix typo.

From-SVN: r12569
This commit is contained in:
Doug Evans 1996-07-26 22:18:56 +00:00
parent 9704efe67c
commit 4513a33cc6
1 changed files with 1 additions and 1 deletions

View File

@ -1780,7 +1780,7 @@ output_bound_representation (bound, dim_num, u_or_l)
|| TREE_CODE (bound) == CONVERT_EXPR)
bound = TREE_OPERAND (bound, 0);
if (TREE_CODE (bound) == SAVE_EXPR_RTL)
if (TREE_CODE (bound) == SAVE_EXPR)
output_loc_descriptor
(eliminate_regs (SAVE_EXPR_RTL (bound), 0, NULL_RTX));
}