summaryrefslogtreecommitdiff
path: root/gcc/convert.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-17 04:43:41 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-17 04:43:41 +0000
commit72302fe804ee51b741e643618b12ce53efc758ea (patch)
treeb599883579325e2b5952f4322b77a11bf4672cbe /gcc/convert.c
parent8d5d422a8499a2a8ca1ce7b37320908f3ac8d4c5 (diff)
downloadgcc-72302fe804ee51b741e643618b12ce53efc758ea.tar.gz
* convert.c (convert_to_real): Fix typos in `long double'
builtins. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79571 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/convert.c')
-rw-r--r--gcc/convert.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/convert.c b/gcc/convert.c
index 3a834450eb1..e8673bcaed9 100644
--- a/gcc/convert.c
+++ b/gcc/convert.c
@@ -174,9 +174,9 @@ convert_to_real (tree type, tree expr)
if (optimize
&& (((fcode == BUILT_IN_FLOORL
|| fcode == BUILT_IN_CEILL
- || fcode == BUILT_IN_ROUND
- || fcode == BUILT_IN_TRUNC
- || fcode == BUILT_IN_NEARBYINT)
+ || fcode == BUILT_IN_ROUNDL
+ || fcode == BUILT_IN_TRUNCL
+ || fcode == BUILT_IN_NEARBYINTL)
&& (TYPE_MODE (type) == TYPE_MODE (double_type_node)
|| TYPE_MODE (type) == TYPE_MODE (float_type_node)))
|| ((fcode == BUILT_IN_FLOOR