summaryrefslogtreecommitdiffstats
path: root/test/460-multiple-returns3/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Give an expected type to phis created for multiple returns.Nicolas Geoffray2015-03-121-0/+2
When inlining, we used to take the type of the inlined method for the phi in case of multiple returns. I recently changed the logic of phi types to only be of int/float/double/ref, so we need to call ToPhiType when creating the phi. Change-Id: I960067ca8a8814509c2a7c52c08387d892ebf4a3