Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCState as...
[oota-llvm.git] / lib / Target / Mips / MipsSEISelLowering.h
index d44f8d82ec3ea3fbb8019e6052f8adda28c8207d..4ca94addf2c2fcb436c41bf6e5512e8d6a4bb6c5 100644 (file)
@@ -51,9 +51,9 @@ namespace llvm {
     const TargetRegisterClass *getRepRegClassFor(MVT VT) const override;
 
   private:
-    bool isEligibleForTailCallOptimization(
-        const CCState &CCInfo, unsigned NextStackOffset,
-        const MipsFunctionInfo &FI) const override;
+    bool isEligibleForTailCallOptimization(const MipsCC &MipsCCInfo,
+                                     unsigned NextStackOffset,
+                                     const MipsFunctionInfo& FI) const override;
 
     void
     getOpndList(SmallVectorImpl<SDValue> &Ops,