R600/SI: Specify SSrc operands
[oota-llvm.git] / lib / Target / PowerPC / PPCRegisterInfo.h
index d02af9e63756d204f4eb500e9c1a3b5d7aa6d84e..dd3bb405dac3436e5a3bfc8b29bd58d4b002727a 100644 (file)
@@ -97,10 +97,6 @@ public:
   bool hasBasePointer(const MachineFunction &MF) const;
   bool canRealignStack(const MachineFunction &MF) const;
   bool needsStackRealignment(const MachineFunction &MF) const;
-
-  // Exception handling queries.
-  unsigned getEHExceptionRegister() const;
-  unsigned getEHHandlerRegister() const;
 };
 
 } // end namespace llvm