aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM64/ARM64RegisterInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/ARM64/ARM64RegisterInfo.h')
-rw-r--r--lib/Target/ARM64/ARM64RegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM64/ARM64RegisterInfo.h b/lib/Target/ARM64/ARM64RegisterInfo.h
index 5743e35cfe..7691fadbcc 100644
--- a/lib/Target/ARM64/ARM64RegisterInfo.h
+++ b/lib/Target/ARM64/ARM64RegisterInfo.h
@@ -40,7 +40,7 @@ public:
getCalleeSavedRegs(const MachineFunction *MF = nullptr) const override;
const uint32_t *getCallPreservedMask(CallingConv::ID) const override;
- unsigned getCSRFirstUseCost() const {
+ unsigned getCSRFirstUseCost() const override {
// The cost will be compared against BlockFrequency where entry has the
// value of 1 << 14. A value of 5 will choose to spill or split really
// cold path instead of using a callee-saved register.