[C++] Use 'nullptr'.
[oota-llvm.git] / lib / Target / XCore / XCoreFrameLowering.h
index 6cd90c96e7f0f5087293c86798fd272748b71752..34571d335b2dd0d4571c1c8543e90d1a5df1304f 100644 (file)
@@ -46,10 +46,10 @@ namespace llvm {
     bool hasFP(const MachineFunction &MF) const;
 
     void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
-                                              RegScavenger *RS = NULL) const;
+                                              RegScavenger *RS = nullptr) const;
 
     void processFunctionBeforeFrameFinalized(MachineFunction &MF,
-                                             RegScavenger *RS = NULL) const;
+                                             RegScavenger *RS = nullptr) const;
 
     //! Stack slot size (4 bytes)
     static int stackSlotSize() {