Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCState as...
[oota-llvm.git] / lib / Target / Mips / Mips16ISelLowering.cpp
index d4852c4ece405150b46d31cad9ea45a539f68c64..58f2d74f36aad226e209a2c8b7bf4cdd4e87af5b 100644 (file)
@@ -244,9 +244,10 @@ Mips16TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
   }
 }
 
-bool Mips16TargetLowering::isEligibleForTailCallOptimization(
-    const CCState &CCInfo, unsigned NextStackOffset,
-    const MipsFunctionInfo &FI) const {
+bool Mips16TargetLowering::
+isEligibleForTailCallOptimization(const MipsCC &MipsCCInfo,
+                                  unsigned NextStackOffset,
+                                  const MipsFunctionInfo& FI) const {
   // No tail call optimization for mips16.
   return false;
 }