aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch4.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_ch4.ads')
-rw-r--r--gcc/ada/exp_ch4.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/exp_ch4.ads b/gcc/ada/exp_ch4.ads
index d954852..4207715 100644
--- a/gcc/ada/exp_ch4.ads
+++ b/gcc/ada/exp_ch4.ads
@@ -124,4 +124,10 @@ package Exp_Ch4 is
-- have special circuitry in Expand_N_Type_Conversion to promote both of
-- the operands to type Integer.
+ procedure Fixup_Universal_Fixed_Operation (N : Node_Id);
+ -- N is a N_Op_Divide or N_Op_Multiply node whose result is universal
+ -- fixed. We do not have such a type at runtime, so the purpose of this
+ -- routine is to find the real type by looking up the tree. We also
+ -- determine if the operation must be rounded.
+
end Exp_Ch4;