r228977, thanks!
================
Comment at: lib/CodeGen/CGException.cpp:1717-1721
@@ +1716,7 @@
+
+ if (!TryExit.getBlock()->use_empty()) {
+ EmitBlock(TryExit.getBlock(), /*IsFinished=*/true);
+ } else {
+ delete TryExit.getBlock();
+ }
+ SEHTryEpilogueStack.pop_back();
----------------
rnk wrote:
> LLVM tends to elide these braces. *shrug*
Done.
http://reviews.llvm.org/D7575
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits