Bug fix, make sure to initialize exception object (to rethrow) even
when there are no @catch blocks. Also, eliminated unneeded alloca for the rethrow object. Also, avoid generating code to rethrow exception if the exception will trivially always be caught. llvm-svn: 56751
Loading
Please sign in to comment