MCPcopy Create free account
hub / github.com/WheretIB/nullc / GetStackType

Function GetStackType

NULLC/SyntaxTreeLLVM.cpp:449–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449TypeInfo* GetStackType(TypeInfo* type)
450{
451 if(type == typeFloat)
452 return typeDouble;
453 if(type == typeChar || type == typeShort)
454 return typeInt;
455 return type;
456}
457
458void NodeZeroOP::CompileLLVM()
459{

Callers 1

CompileLLVMMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected