alloc, load, store, and ret are all in the IR
This commit is contained in:
@@ -84,7 +84,7 @@ GravityValue gravityNewConstant(GravityType type) {
|
||||
return newValue;
|
||||
}
|
||||
|
||||
GravityValue newIntConstant(GravityType intType, int64_t value) {
|
||||
GravityValue gravityNewIntConstant(GravityType intType, int64_t value) {
|
||||
assert(intType->typeKind == GravityIntTypeKind);
|
||||
|
||||
GravityValue newValue = gravityNewConstant(intType);
|
||||
|
||||
Reference in New Issue
Block a user