expr.c (expand_expr_real_1): Fix error in last change.

* expr.c (expand_expr_real_1): Fix error in last change.

From-SVN: r107471
This commit is contained in:
Bernd Schmidt 2005-11-24 22:06:17 +00:00 committed by Bernd Schmidt
parent e30edd6c0f
commit 832942a870
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-11-24 Bernd Schmidt <bernd.schmidt@analog.com>
* expr.c (expand_expr_real_1): Fix error in last change.
2005-11-24 J"orn Rennecke <joern.rennecke@st.com>
* caller-save.c: (this_insn_sets): Move into:

View File

@ -7855,7 +7855,7 @@ expand_expr_real_1 (tree exp, rtx target, enum machine_mode tmode,
TREE_OPERAND (subexp1, 0),
NULL_RTX, &op1, &op0, 0);
goto binop2;
goto binop3;
}
}
}