regParamInPreg

Determine if we should leave parameter s in the register it came in, or allocate a register it using the register allocator.

version(COMPILE)
extern (C++) nothrow @safe @trusted
bool
regParamInPreg

Parameters

s Symbol*

parameter Symbol

Return Value

Type: bool

true if s is a register parameter and leave it in the register it came in

Suggestion Box / Bug Report