Update paths for the meta => meta-python rename.
This commit is contained in:
@@ -32,7 +32,7 @@ pub trait InstBuilderBase<'f>: Sized {
|
||||
fn build(self, data: InstructionData, ctrl_typevar: Type) -> (Inst, &'f mut DataFlowGraph);
|
||||
}
|
||||
|
||||
// Include trait code generated by `lib/codegen/meta/gen_instr.py`.
|
||||
// Include trait code generated by `lib/codegen/meta-python/gen_instr.py`.
|
||||
//
|
||||
// This file defines the `InstBuilder` trait as an extension of `InstBuilderBase` with methods per
|
||||
// instruction format and per opcode.
|
||||
|
||||
Reference in New Issue
Block a user