Fix sign extension for MIPS64 in makeLibCall function
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
index 748b1ad45bfe58968ab1983bd4878eaf4c1096b0..02efba84fcfeb1c8a4821a7c2c519c1fc2b90553 100644 (file)
@@ -475,6 +475,8 @@ namespace llvm {
                         const SmallVectorImpl<SDValue> &OutVals,
                         SDLoc dl, SelectionDAG &DAG) const override;
 
+    bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const override;
+
     // Inline asm support
     ConstraintType
       getConstraintType(const std::string &Constraint) const override;