pub fn emit_code( statement: &Load, ctx: &mut FunctionCompileContext<'_> ) -> String
Emit assembly code for a ir::statement::Load.
ir::statement::Load