implement unordered floating point compares
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.h
index e75a71d0e2632b1cc75937e9cedc3b3ec98bc0b0..6318caa8db05955951729067cb124c9adac92cb1 100644 (file)
@@ -31,6 +31,10 @@ public:
   ///
   virtual const MRegisterInfo &getRegisterInfo() const { return RI; }
 
+  /// getPointerRegClass - Return the register class to use to hold pointers.
+  /// This is used for addressing modes.
+  virtual const TargetRegisterClass *getPointerRegClass() const;
+
   /// Return true if the instruction is a register to register move and
   /// leave the source and dest operands in the passed parameters.
   ///