C++: Fix PR feedback

This commit is contained in:
Dave Bartolomeo
2019-10-18 12:54:03 -07:00
parent 8ec15933f5
commit f871c72660

View File

@@ -171,9 +171,7 @@ private newtype TCppType =
exists(getIRTypeForPRValue(type))
} or
TFunctionGLValueType() or
TGLValueAddressType(Type type) {
any()
} or
TGLValueAddressType(Type type) or
TUnknownOpaqueType(int byteSize) {
IRConstruction::needsUnknownOpaqueType(byteSize)
} or