[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp

Jim Laskey jlaskey at apple.com
Thu Feb 22 06:57:04 PST 2007



Changes in directory llvm/lib/Target/Sparc:

SparcISelDAGToDAG.cpp updated: 1.120 -> 1.121
---
Log message:

Simplify lowering and selection of exception ops.

---
Diffs of the changes:  (+0 -3)

 SparcISelDAGToDAG.cpp |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
diff -u llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.120 llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.121
--- llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.120	Wed Feb 21 16:54:50 2007
+++ llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp	Thu Feb 22 08:56:36 2007
@@ -871,9 +871,6 @@
   // Frame & Return address.  Currently unimplemented
   case ISD::RETURNADDR:         break;
   case ISD::FRAMEADDR:          break;
-  // Exception address and exception selector.  Currently unimplemented.
-  case ISD::EXCEPTIONADDR: break;
-  case ISD::EHSELECTION:   break;
   }
   return SDOperand();
 }






More information about the llvm-commits mailing list