diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-06-17 21:12:24 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-06-17 21:12:24 +0000 |
commit | ca3f2950267c25a44aa73f8290b5fb407af81260 (patch) | |
tree | e814ff4111b16d31e2e72a0a4c64d66ee862eaf5 /gcc/rtl.h | |
parent | 172a84ffae1199c36f0c0c3ac5721f13808d2041 (diff) | |
download | gcc-ca3f2950267c25a44aa73f8290b5fb407af81260.zip gcc-ca3f2950267c25a44aa73f8290b5fb407af81260.tar.gz gcc-ca3f2950267c25a44aa73f8290b5fb407af81260.tar.bz2 |
output.h (split_double): Move prototype to rtl.h.
* output.h (split_double): Move prototype to rtl.h.
(constructor_static_from_elts_p): Move prototype to tree.c.
* rtl.h (split_double): Moved here from output.h.
* tree.h (constructor_static_from_elts_p): Moved here from output.h.
* final.c (split_double): Move from here ...
* rtlanal.c (split_double): ... to here.
* expr.c: Do not include output.h.
From-SVN: r188714
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1226,6 +1226,7 @@ extern unsigned int num_sign_bit_copies (const_rtx, enum machine_mode); extern bool constant_pool_constant_p (rtx); extern bool truncated_to_mode (enum machine_mode, const_rtx); extern int low_bitmask_len (enum machine_mode, unsigned HOST_WIDE_INT); +extern void split_double (rtx, rtx *, rtx *); #ifndef GENERATOR_FILE /* Return the cost of SET X. SPEED_P is true if optimizing for speed |