Commit 27a9462d by Eric Botcazou Committed by Eric Botcazou

* except.c (sjlj_emit_function_enter): Remove unused variable.

From-SVN: r192565
parent c4216388
2012-10-18 Eric Botcazou <ebotcazou@adacore.com>
* except.c (sjlj_emit_function_enter): Remove unused variable.
2012-10-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
......@@ -1153,7 +1153,7 @@ sjlj_emit_function_enter (rtx dispatch_label)
if (dispatch_label)
{
#ifdef DONT_USE_BUILTIN_SETJMP
rtx x, last;
rtx x;
x = emit_library_call_value (setjmp_libfunc, NULL_RTX, LCT_RETURNS_TWICE,
TYPE_MODE (integer_type_node), 1,
plus_constant (Pmode, XEXP (fc, 0),
......
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