aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-inline.c')
-rw-r--r--gcc/ipa-inline.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c
index f836df6..8f3919c 100644
--- a/gcc/ipa-inline.c
+++ b/gcc/ipa-inline.c
@@ -1943,13 +1943,13 @@ inline_small_functions (void)
" Estimated badness is %f, frequency %.2f.\n",
edge->caller->name (), edge->caller->order,
edge->call_stmt
- && (LOCATION_LOCUS (gimple_location ((const_gimple)
+ && (LOCATION_LOCUS (gimple_location ((const gimple *)
edge->call_stmt))
> BUILTINS_LOCATION)
- ? gimple_filename ((const_gimple) edge->call_stmt)
+ ? gimple_filename ((const gimple *) edge->call_stmt)
: "unknown",
edge->call_stmt
- ? gimple_lineno ((const_gimple) edge->call_stmt)
+ ? gimple_lineno ((const gimple *) edge->call_stmt)
: -1,
badness.to_double (),
edge->frequency / (double)CGRAPH_FREQ_BASE);