[C++] Use 'nullptr'.
[oota-llvm.git] / lib / Target / MSP430 / MSP430FrameLowering.h
index 8370714a594bfb993ed19b608621376601a29ad1..70e14d1b510ff28ff3f09ec0c07cff9abf09941e 100644 (file)
@@ -51,7 +51,7 @@ public:
   bool hasFP(const MachineFunction &MF) const;
   bool hasReservedCallFrame(const MachineFunction &MF) const;
   void processFunctionBeforeFrameFinalized(MachineFunction &MF,
-                                       RegScavenger *RS = NULL) const;
+                                       RegScavenger *RS = nullptr) const;
 };
 
 } // End llvm namespace