[C++] Use 'nullptr'.
[oota-llvm.git] / lib / Target / Mips / MipsSEISelLowering.h
index c5210d94b34d350962929b6e002272bde2186c86..435c15c750392dc38b2de52c99111f850f01f9c9 100644 (file)
@@ -30,7 +30,8 @@ namespace llvm {
     void addMSAFloatType(MVT::SimpleValueType Ty,
                          const TargetRegisterClass *RC);
 
-    virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
+    bool allowsUnalignedMemoryAccesses(EVT VT, unsigned AS = 0,
+                                       bool *Fast = nullptr) const override;
 
     virtual SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const;