[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelLowering.cpp
Jim Laskey
jlaskey at apple.com
Thu Feb 22 06:57:08 PST 2007
Changes in directory llvm/lib/Target/ARM:
ARMISelLowering.cpp updated: 1.15 -> 1.16
---
Log message:
Simplify lowering and selection of exception ops.
---
Diffs of the changes: (+0 -3)
ARMISelLowering.cpp | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/lib/Target/ARM/ARMISelLowering.cpp
diff -u llvm/lib/Target/ARM/ARMISelLowering.cpp:1.15 llvm/lib/Target/ARM/ARMISelLowering.cpp:1.16
--- llvm/lib/Target/ARM/ARMISelLowering.cpp:1.15 Wed Feb 21 16:54:50 2007
+++ llvm/lib/Target/ARM/ARMISelLowering.cpp Thu Feb 22 08:56:36 2007
@@ -1190,9 +1190,6 @@
return LowerFORMAL_ARGUMENTS(Op, DAG);
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