Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: lib/Target/Mips/MipsFrameLowering.h

Issue 2470173003: Cherry-pick r237153: [Mips] Return false for isFPCloseToIncomingSP() (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/CodeGen/Mips/emergency-spill-slot-near-fp.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/Mips/MipsFrameLowering.h
diff --git a/lib/Target/Mips/MipsFrameLowering.h b/lib/Target/Mips/MipsFrameLowering.h
index 96d1e29d6c552f710b2869d717dd486ab645ee37..0b5183081e0957b113b4878478399a69809b63af 100644
--- a/lib/Target/Mips/MipsFrameLowering.h
+++ b/lib/Target/Mips/MipsFrameLowering.h
@@ -32,6 +32,8 @@ public:
bool hasFP(const MachineFunction &MF) const override;
+ bool isFPCloseToIncomingSP() const override { return false; }
+
void
eliminateCallFramePseudoInstr(MachineFunction &MF,
MachineBasicBlock &MBB,
« no previous file with comments | « no previous file | test/CodeGen/Mips/emergency-spill-slot-near-fp.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698