We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a769c11 commit 7321509Copy full SHA for 7321509
src/module.cpp
@@ -379,8 +379,6 @@ std::set<std::string> gather_replace_debug_symbols(instruction_ref old_ins)
379
if(starts_with(old_ins->name(), "@"))
380
return debug_symbols;
381
const auto& old_ins_debug = old_ins->get_debug_symbols();
382
- if(old_ins_debug.empty())
383
- return debug_symbols;
384
debug_symbols.insert(old_ins_debug.begin(), old_ins_debug.end());
385
for(auto input : old_ins->inputs())
386
{
0 commit comments