[PATCH] Fix WinEHPrepare bug with multiple catch handlers
Andy Kaylor
andrew.kaylor at intel.com
Tue Mar 31 15:50:37 PDT 2015
REPOSITORY
rL LLVM
================
Comment at: lib/CodeGen/WinEHPrepare.cpp:1418
@@ +1417,3 @@
+ continue;
+#if 0
+ // Loads of selector values may be used by multiple blocks, but if the
----------------
Oops. This shouldn't be here. I forgot to delete it when testing proved it wasn't needed.
================
Comment at: lib/CodeGen/WinEHPrepare.cpp:1449
@@ +1448,3 @@
+ continue;
+#if 0
+ // A load of a landing pad value outside the landing pad block is
----------------
Again, ignore this.
http://reviews.llvm.org/D8682
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list