Rename Ref alias to Id

This commit is contained in:
ReinUsesLisp
2018-10-31 22:20:49 -03:00
parent b8188f5ec4
commit 63ca1b5243
12 changed files with 121 additions and 121 deletions

View File

@@ -10,7 +10,7 @@
namespace Sirit {
Ref Module::OpUndef(Ref result_type) {
Id Module::OpUndef(Id result_type) {
return AddCode(new Op(spv::Op::OpUndef, bound++, result_type));
}