Skip to content

Commit

Permalink
Reduce qualification of Carbon::SemIR::Function in toolchain/lower/fi…
Browse files Browse the repository at this point in the history
…le_context.cpp

Co-authored-by: Jon Ross-Perkins <[email protected]>
  • Loading branch information
dwblaikie and jonmeow authored Aug 22, 2024
1 parent 79465df commit 419d61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/lower/file_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ auto FileContext::BuildFunctionDefinition(SemIR::FunctionId function_id)
}
}

auto FileContext::BuildDISubprogram(const Carbon::SemIR::Function& /*function*/,
auto FileContext::BuildDISubprogram(const SemIR::Function& /*function*/,
const llvm::Function* llvm_function)
-> llvm::DISubprogram* {
if (!di_compile_unit_) {
Expand Down

0 comments on commit 419d61d

Please sign in to comment.