Skip to content

Commit a5c1898

Browse files
committed
Remove iOS 5 check for tailcalls on ARM
1 parent c0952a9 commit a5c1898

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/ARM/ARMSubtarget.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,6 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
226226

227227
SupportsTailCall = !isThumb1Only() || hasV8MBaselineOps();
228228

229-
if (isTargetMachO() && isTargetIOS() && getTargetTriple().isOSVersionLT(5, 0))
230-
SupportsTailCall = false;
231-
232229
switch (IT) {
233230
case DefaultIT:
234231
RestrictIT = false;

0 commit comments

Comments
 (0)