CMake build fixes, from Xerxes Ranby
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
index 55cd6eadd0961a072bb43407dea7b16eb2b79ac7..459be0a5e26e0d5dfa706e99b6280242d50f3ab0 100644 (file)
@@ -84,6 +84,8 @@ namespace llvm {
     /// getSetCCResultType - get the ISD::SETCC result ValueType
     MVT getSetCCResultType(MVT VT) const;
 
+    /// getFunctionAlignment - Return the Log2 alignment of this function.
+    virtual unsigned getFunctionAlignment(const Function *F) const;
   private:
     // Subtarget Info
     const MipsSubtarget *Subtarget;