summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreFrameLowering.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/XCore/XCoreFrameLowering.h')
-rw-r--r--lib/Target/XCore/XCoreFrameLowering.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/XCore/XCoreFrameLowering.h b/lib/Target/XCore/XCoreFrameLowering.h
index 6cd90c96e7..34571d335b 100644
--- a/lib/Target/XCore/XCoreFrameLowering.h
+++ b/lib/Target/XCore/XCoreFrameLowering.h
@@ -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() {