Rename sem_ir files node->inst, follow up to #3355 (#3361)

This commit is contained in:
josh11b
2023-11-02 19:40:41 +00:00
committed by GitHub
parent 3401eed8d8
commit 737162cc8f
23 changed files with 40 additions and 38 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ auto FunctionContext::LowerBlock(SemIR::InstBlockId block_id) -> void {
case SemIR::Name::Kind: \
Handle##Name(*this, inst_id, inst.As<SemIR::Name>()); \
break;
#include "toolchain/sem_ir/node_kind.def"
#include "toolchain/sem_ir/inst_kind.def"
}
}
}