WebAssembly: update syntax
[oota-llvm.git] / lib / Target / XCore / XCoreFrameLowering.h
index 607c7724895269cd59677ba80f5c7c2e53dee28f..69c71adc8d3f5277297a947ddd9e18ae67d4ba47 100644 (file)
@@ -47,8 +47,8 @@ namespace llvm {
 
     bool hasFP(const MachineFunction &MF) const override;
 
-    void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
-                                     RegScavenger *RS = nullptr) const override;
+    void determineCalleeSaves(MachineFunction &MF, BitVector &SavedRegs,
+                              RegScavenger *RS = nullptr) const override;
 
     void processFunctionBeforeFrameFinalized(MachineFunction &MF,
                                      RegScavenger *RS = nullptr) const override;