mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 16:21:27 +08:00
* except.c (sjlj_emit_function_enter): Remove unused variable.
From-SVN: r192565
This commit is contained in:
parent
c42163885f
commit
27a9462d4f
@ -1,3 +1,7 @@
|
||||
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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user