mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
| -> ||
No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217934 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
290c772b6c
commit
11903b519f
@ -285,7 +285,7 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
|
||||
UseMovt = hasV6T2Ops() && ArmUseMOVT;
|
||||
|
||||
if (isTargetMachO()) {
|
||||
IsR9Reserved = ReserveR9 | !HasV6Ops;
|
||||
IsR9Reserved = ReserveR9 || !HasV6Ops;
|
||||
SupportsTailCall = !isTargetIOS() || !getTargetTriple().isOSVersionLT(5, 0);
|
||||
} else {
|
||||
IsR9Reserved = ReserveR9;
|
||||
|
Loading…
Reference in New Issue
Block a user