| commit | 2efd538f6134a8077f7bb7a418c9204d6326c0ba | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Sep 30 01:06:03 2008 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Sep 30 01:06:03 2008 +0000 |
| tree | 93dbd4aa8d6b8a5bd590d04c03af3ed8eb98b85c | |
| parent | b3793bb415430eedbee2f3c26c40529b9232d390 [diff] |
Add infrastructure for proper @finally support. - Provides a basic primitive to jump to an arbitrary basic block, through the finally code. - Only used for return statements and rethrow currently. Still need to handle break, continue and goto. - Code still needs to be shuffled around to live elsewhere. llvm-svn: 56827