[mips] Correct and improve special-case shuffle instructions.
[oota-llvm.git] / lib / Target / Mips / MipsSEISelDAGToDAG.h
index a11fcf4e2e028f815f1871610ba9c158e04ec917..a894034020e99ffaab2be1c076406348e4f491d2 100644 (file)
@@ -78,7 +78,8 @@ private:
                         SDValue &Offset) const override;
 
   /// \brief Select constant vector splats.
-  bool selectVSplat(SDNode *N, APInt &Imm) const override;
+  bool selectVSplat(SDNode *N, APInt &Imm,
+                    unsigned MinSizeInBits) const override;
   /// \brief Select constant vector splats whose value fits in a given integer.
   bool selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed,
                                   unsigned ImmBitSize) const;