Compare commits
1 Commits
95e50753bf
...
74b9a2b0ff
Author | SHA1 | Date | |
---|---|---|---|
74b9a2b0ff |
@ -7081,11 +7081,6 @@ fn void emit_macro_instantiation(Module* module, Value* value)
|
||||
|
||||
LLVMPositionBuilderAtEnd(module->llvm.builder, return_block);
|
||||
|
||||
// END OF SCOPE
|
||||
if (module->has_debug_info)
|
||||
{
|
||||
LLVMSetCurrentDebugLocation2(module->llvm.builder, caller_debug_location);
|
||||
}
|
||||
module->llvm.inlined_at = older_inlined_at;
|
||||
module->current_macro_instantiation = old_macro_instantiation;
|
||||
module->current_function = current_function;
|
||||
|
Loading…
x
Reference in New Issue
Block a user