Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 11903b5

Browse files
committed
| -> ||
No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217934 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 290c772 commit 11903b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/ARM/ARMSubtarget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
285285
UseMovt = hasV6T2Ops() && ArmUseMOVT;
286286

287287
if (isTargetMachO()) {
288-
IsR9Reserved = ReserveR9 | !HasV6Ops;
288+
IsR9Reserved = ReserveR9 || !HasV6Ops;
289289
SupportsTailCall = !isTargetIOS() || !getTargetTriple().isOSVersionLT(5, 0);
290290
} else {
291291
IsR9Reserved = ReserveR9;

0 commit comments

Comments
 (0)