diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 41dcaf9e4a1..4cc8c9bc308 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -967,7 +967,7 @@ cgraph_create_indirect_edge (struct cgraph_node *caller, gimple call_stmt, get_polymorphic_call_info (caller->decl, target, &otr_type, &otr_token, - &context); + &context, call_stmt); /* Only record types can have virtual calls. */ gcc_assert (TREE_CODE (otr_type) == RECORD_TYPE); |