[llvm-commits] CVS: llvm/include/llvm/Target/MRegisterInfo.h
Jim Laskey
jlaskey at apple.com
Thu Feb 22 06:57:09 PST 2007
Changes in directory llvm/include/llvm/Target:
MRegisterInfo.h updated: 1.95 -> 1.96
---
Log message:
Simplify lowering and selection of exception ops.
---
Diffs of the changes: (+0 -8)
MRegisterInfo.h | 8 --------
1 files changed, 8 deletions(-)
Index: llvm/include/llvm/Target/MRegisterInfo.h
diff -u llvm/include/llvm/Target/MRegisterInfo.h:1.95 llvm/include/llvm/Target/MRegisterInfo.h:1.96
--- llvm/include/llvm/Target/MRegisterInfo.h:1.95 Wed Feb 21 16:54:50 2007
+++ llvm/include/llvm/Target/MRegisterInfo.h Thu Feb 22 08:56:35 2007
@@ -470,14 +470,6 @@
/// address can be found.
virtual unsigned getRARegister() const = 0;
- /// getEHExceptionRegister - This method should return the register containing
- /// the address of the exception info on entry to a landing pad.
- virtual unsigned getEHExceptionRegister() const = 0;
-
- /// getEHHandlerRegister - This method should return the register containing
- /// the switch table selection on entry to an landing pad.
- virtual unsigned getEHHandlerRegister() const = 0;
-
/// getLocation - This method should return the actual location of a frame
/// variable given the frame index. The location is returned in ML.
/// Subclasses should override this method for special handling of frame
More information about the llvm-commits
mailing list