Support to provide exception and selector registers.
[oota-llvm.git] / lib / Target / PowerPC / PPCRegisterInfo.h
index 6c30f6b2a5d4fb455e1e370c66d4402fb34fccba..eedb62770e88e331959c2eadeac849d029974d25 100644 (file)
@@ -89,6 +89,10 @@ public:
   unsigned getRARegister() const;
   unsigned getFrameRegister(MachineFunction &MF) const;
   void getInitialFrameState(std::vector<MachineMove> &Moves) const;
+
+  // Exception handling queries.
+  unsigned getEHExceptionRegister() const;
+  unsigned getEHHandlerRegister() const;
 };
 
 } // end namespace llvm