Commit 4513a33c by Doug Evans

(output_bound_representation): Fix typo.

From-SVN: r12569
parent 9704efe6
...@@ -1780,7 +1780,7 @@ output_bound_representation (bound, dim_num, u_or_l) ...@@ -1780,7 +1780,7 @@ output_bound_representation (bound, dim_num, u_or_l)
|| TREE_CODE (bound) == CONVERT_EXPR) || TREE_CODE (bound) == CONVERT_EXPR)
bound = TREE_OPERAND (bound, 0); bound = TREE_OPERAND (bound, 0);
if (TREE_CODE (bound) == SAVE_EXPR_RTL) if (TREE_CODE (bound) == SAVE_EXPR)
output_loc_descriptor output_loc_descriptor
(eliminate_regs (SAVE_EXPR_RTL (bound), 0, NULL_RTX)); (eliminate_regs (SAVE_EXPR_RTL (bound), 0, NULL_RTX));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment