|
|
@@ -113,7 +113,6 @@ static auto LowerInstHelper(FunctionContext& context, SemIR::InstId inst_id,
|
|
|
// TODO: Consider renaming Handle##Name, instead relying on typed_inst overload
|
|
|
// resolution. That would allow putting the nonexistent handler implementations
|
|
|
// in `requires`-style overloads.
|
|
|
-// NOLINTNEXTLINE(readability-function-size): The define confuses lint.
|
|
|
auto FunctionContext::LowerInst(SemIR::InstId inst_id) -> void {
|
|
|
// Skip over constants. `FileContext::GetConstant` lowers them as needed.
|
|
|
if (sem_ir().constant_values().Get(inst_id).is_constant()) {
|