Commits

Arnold Schwaighofer committed 8ed5229a58c
SimplifyCFG: Appease SILLocation verification We can't always adopt the location of the user for the integer_literal because the user's location might be a (Implicit)ReturnLocation which is disallowed on most instructions. Swift SVN r27835