mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 19:37:56 +00:00
implement stacksave/stackrestore on PPC
llvm-svn: 25277
This commit is contained in:
parent
91b83a2448
commit
c615ed65ac
@ -142,6 +142,7 @@ PPCTargetLowering::PPCTargetLowering(TargetMachine &TM)
|
||||
}
|
||||
|
||||
setSetCCResultContents(ZeroOrOneSetCCResult);
|
||||
setStackPointerRegisterToSaveRestore(PPC::R1);
|
||||
|
||||
computeRegisterProperties();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user