mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
| -> ||
No functional change. llvm-svn: 217934
This commit is contained in:
parent
286efdaf32
commit
c7d20aed03
@ -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…
x
Reference in New Issue
Block a user