Files
swift-mirror/lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp
Andrew Trick 7ceb43fda9 Add support to AccessEnforcementSelection for borrowed SILValues.
Previously, this asserted on unexpected situations that the
optimizer couldn't handle.

It makes more sense now to handle these cases conservatively since we can't
catch them in early testing.

Fixes <rdar://problem/35402799> [4.1] Assertion failed: (user->getResults().empty())
2017-11-13 17:05:20 -08:00

24 KiB