diff --git a/llvm/lib/Target/M68k/M68kRegisterInfo.cpp b/llvm/lib/Target/M68k/M68kRegisterInfo.cpp --- a/llvm/lib/Target/M68k/M68kRegisterInfo.cpp +++ b/llvm/lib/Target/M68k/M68kRegisterInfo.cpp @@ -213,7 +213,7 @@ bool M68kRegisterInfo::requiresRegisterScavenging( const MachineFunction &MF) const { - return true; + return false; } bool M68kRegisterInfo::trackLivenessAfterRegAlloc(