[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineModuleInfo.h
Anton Korobeynikov
asl at math.spbu.ru
Wed May 23 04:09:01 PDT 2007
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)
{}
More information about the llvm-commits
mailing list