Changes in directory llvm/include/llvm/CodeGen:
MachineModuleInfo.h updated: 1.14 -> 1.15 --- Log message: Mark all calls as "could throw", when exceptions are enabled. Emit necessary LP info too. This fixes PR1439: http://llvm.org/PR1439 --- Diffs of the changes: (+1 -0) MachineModuleInfo.h | 1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/CodeGen/MachineModuleInfo.h diff -u llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.14 llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.15 --- llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.14 Sun May 13 10:42:26 2007 +++ llvm/include/llvm/CodeGen/MachineModuleInfo.h Wed May 23 06:08:30 2007 @@ -967,6 +967,7 @@ LandingPadInfo(MachineBasicBlock *MBB) : LandingPadBlock(MBB) , LandingPadLabel(0) + , Personality(NULL) , TypeIds() , IsFilter(false) {} _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits