Commits

Michael Gottesman committed ed124f6651f
[func-sig-opts] Expose the ValueDecl argument of SILArgument's constructor in SILBasicBlock::createArgument. By default the argument is nullptr so any place that currently does not need to pass in the ValueDecl will not need to be updated given the new behavior. Swift SVN r22379