diff options
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index aa225403b43..74e8512851e 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp @@ -1991,7 +1991,7 @@ ARMTargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,    if (isCalleeStructRet || isCallerStructRet)      return false; -  // FIXME: Completely disable sibcall for Thumb1 since Thumb1RegisterInfo:: +  // FIXME: Completely disable sibcall for Thumb1 since ThumbRegisterInfo::    // emitEpilogue is not ready for them. Thumb tail calls also use t2B, as    // the Thumb1 16-bit unconditional branch doesn't have sufficient relocation    // support in the assembler and linker to be used. This would need to be | 

