Commit bdeea27b by Arnaud Charlet

Minor reformatting.

From-SVN: r219295
parent 10dfac72
...@@ -5917,9 +5917,7 @@ package body Exp_Ch6 is ...@@ -5917,9 +5917,7 @@ package body Exp_Ch6 is
-- If the call is within a thunk and the type is a limited view, the -- If the call is within a thunk and the type is a limited view, the
-- backend will eventually see the non-limited view of the type. -- backend will eventually see the non-limited view of the type.
elsif Is_Thunk (Current_Scope) elsif Is_Thunk (Current_Scope) and then Is_Incomplete_Type (Exptyp) then
and then Is_Incomplete_Type (Exptyp)
then
return; return;
elsif not Requires_Transient_Scope (R_Type) then elsif not Requires_Transient_Scope (R_Type) then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment