mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-05-03 12:40:09 +02:00
Alias "const Op*" -> "Ref".
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
const Op* Module::Label() {
|
||||
Ref Module::Label() {
|
||||
return AddCode(spv::Op::OpLabel, bound++);
|
||||
}
|
||||
|
||||
const Op* Module::Return() {
|
||||
Ref Module::Return() {
|
||||
return AddCode(spv::Op::OpReturn);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user