diff options
| author | Jim Laskey <jlaskey@mac.com> | 2007-02-21 22:53:45 +0000 | 
|---|---|---|
| committer | Jim Laskey <jlaskey@mac.com> | 2007-02-21 22:53:45 +0000 | 
| commit | 4b37a4c712b6c6e0df8083dce530aa06b77d2c66 (patch) | |
| tree | 10e2596c161437a268356f177095417e756ffac6 /llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | |
| parent | e4ccf22c34b5ab2ca8bc989fbaa03eb62325ebb5 (diff) | |
| download | bcm5719-llvm-4b37a4c712b6c6e0df8083dce530aa06b77d2c66.tar.gz bcm5719-llvm-4b37a4c712b6c6e0df8083dce530aa06b77d2c66.zip | |
Selection and lowering for exception handling.
llvm-svn: 34481
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index eb44250cc05..0992e421b1b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -668,6 +668,8 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {      break;    case ISD::FRAMEADDR:    case ISD::RETURNADDR: +  case ISD::EXCEPTIONADDR: +  case ISD::EHSELECTION:      // The only option for these nodes is to custom lower them.  If the target      // does not custom lower them, then return zero.      Tmp1 = TLI.LowerOperation(Op, DAG); | 

