Commits

Xin Tong committed 23f8eef6165
Two small improvements on epilogue retain/release matcher. 1. Make sure to abort the data flow as soon as we know we cant find the epilogue retain/release. 2. Ignore retain in the throw block, because we do not use the result or insert retain for it in the throw block on caller side. This is a bug really, we have a test case for it in the functionsigopts.sil. It will be tested once this new epilogue retain matcher is wired up.