aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 1562ae5..f0c46c4 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -2794,7 +2794,9 @@ expand_return (retval)
rtx last_insn = 0;
rtx result_rtl = DECL_RTL (DECL_RESULT (current_function_decl));
register rtx val = 0;
+#ifdef HAVE_return
register rtx op0;
+#endif
tree retval_rhs;
int cleanups;