summaryrefslogtreecommitdiff
path: root/gcc/config/cr16/cr16-protos.h
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2013-02-26 14:30:17 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2013-02-26 14:30:17 +0000
commite8b0bf40e227566da6ddec65eca9a8f6a2edead1 (patch)
treedda4a105fae9f1ff417bceb454532ab604acad6d /gcc/config/cr16/cr16-protos.h
parent5d77e25b7c73ea967f3c081669df1988594d677d (diff)
downloadgcc-e8b0bf40e227566da6ddec65eca9a8f6a2edead1.tar.gz
PR target/52501
* config/cr16/cr16-protos.h: Move end of RTX_CODE guard below end of prologue/epilogue functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196287 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/cr16/cr16-protos.h')
-rw-r--r--gcc/config/cr16/cr16-protos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/cr16/cr16-protos.h b/gcc/config/cr16/cr16-protos.h
index 63040ce8c8c..a5213158dec 100644
--- a/gcc/config/cr16/cr16-protos.h
+++ b/gcc/config/cr16/cr16-protos.h
@@ -83,8 +83,6 @@ extern int cr16_const_double_ok (rtx op);
extern int legitimate_pic_operand_p (rtx);
extern rtx legitimize_pic_address (rtx, enum machine_mode, rtx);
-#endif /* RTX_CODE. */
-
/* Prologue/Epilogue functions. */
extern int cr16_initial_elimination_offset (int, int);
@@ -94,6 +92,8 @@ extern void cr16_expand_epilogue (void);
extern const char *cr16_emit_add_sub_di (rtx *, enum rtx_code);
extern const char *cr16_emit_logical_di (rtx *, enum rtx_code);
+#endif /* RTX_CODE. */
+
/* Handling the "interrupt" attribute. */
extern int cr16_interrupt_function_p (void);
extern bool cr16_is_data_model (enum data_model_type);