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