diff options
Diffstat (limited to 'gcc/rust/rust-gcc.cc')
-rw-r--r-- | gcc/rust/rust-gcc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/rust-gcc.cc b/gcc/rust/rust-gcc.cc index 453481e..4c1dda8 100644 --- a/gcc/rust/rust-gcc.cc +++ b/gcc/rust/rust-gcc.cc @@ -3499,6 +3499,7 @@ Gcc_backend::write_global_definitions ( rust_preserve_from_gc (decl); if (DECL_STRUCT_FUNCTION (decl) == NULL) allocate_struct_function (decl, false); + dump_function (TDI_original, decl); cgraph_node::finalize_function (decl, true); defs[i] = decl; |