diff options
author | Michael Meissner <meissner@linux.vnet.ibm.com> | 2010-11-09 21:44:19 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 2010-11-09 21:44:19 +0000 |
commit | 219225619219329ca995c78627a894224df58b3f (patch) | |
tree | 188dd25b42448ce9d4a19497d84bc0355c876a5b /gcc/config/rs6000/rs6000-protos.h | |
parent | 9b999dc5ea45237cc7accead90a33e9c4a6893f5 (diff) | |
download | gcc-219225619219329ca995c78627a894224df58b3f.tar.gz |
Improve powerpc floating point rounding
From-SVN: r166510
Diffstat (limited to 'gcc/config/rs6000/rs6000-protos.h')
-rw-r--r-- | gcc/config/rs6000/rs6000-protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000-protos.h b/gcc/config/rs6000/rs6000-protos.h index 937f95bfa5f..e5c6f0d85fe 100644 --- a/gcc/config/rs6000/rs6000-protos.h +++ b/gcc/config/rs6000/rs6000-protos.h @@ -130,7 +130,6 @@ extern rtx rs6000_machopic_legitimize_pic_address (rtx, enum machine_mode, rtx); extern rtx rs6000_address_for_fpconvert (rtx); extern rtx rs6000_allocate_stack_temp (enum machine_mode, bool, bool); -extern void rs6000_expand_convert_si_to_sfdf (rtx, rtx, bool); extern int rs6000_loop_align (rtx); #endif /* RTX_CODE */ |