[meta] Remove mentions to Python in comments of the non-meta crate;
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 `cranelift-codegen/meta-python/gen_instr.py`.
|
||||
// Include trait code generated by `cranelift-codegen/meta/src/gen_inst.rs`.
|
||||
//
|
||||
// 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