mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-23 04:11:01 +01:00
Add Op* prefix to instructions that have to be emited
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
Ref Module::Undef(Ref result_type) {
|
||||
Ref Module::OpUndef(Ref result_type) {
|
||||
return AddCode(new Op(spv::Op::OpUndef, bound++, result_type));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user