[C++] Use 'nullptr'.
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / MipsMCNaCl.h
index 6992d06c45a79af9babbf3fa4967d484834d0b29..01d5363812ed881e04fb3ed9aa714cf984618a9f 100644 (file)
@@ -18,7 +18,7 @@ namespace llvm {
 static const unsigned MIPS_NACL_BUNDLE_ALIGN = 4u;
 
 bool isBasePlusOffsetMemoryAccess(unsigned Opcode, unsigned *AddrIdx,
-                                  bool *IsStore = NULL);
+                                  bool *IsStore = nullptr);
 bool baseRegNeedsLoadStoreMask(unsigned Reg);
 
 // This function creates an MCELFStreamer for Mips NaCl.