search for: isr9reserved

Displaying 1 result from an estimated 1 matches for "isr9reserved".

2015 Jan 11
3
[LLVMdev] [RFC] [PATCH] add tail call optimization to thumb1-only targets
...ps(&*MI); Index: ARMSubtarget.cpp =================================================================== --- ARMSubtarget.cpp (Revision 225589) +++ ARMSubtarget.cpp (Arbeitskopie) @@ -262,7 +262,7 @@ SupportsTailCall = !isTargetIOS() || !getTargetTriple().isOSVersionLT(5, 0); } else { IsR9Reserved = ReserveR9; - SupportsTailCall = !isThumb1Only(); + SupportsTailCall = true; } if (Align == DefaultAlign) { Index: ARMISelLowering.cpp =================================================================== --- ARMISelLowering.cpp (Revision 225589) +++ ARMISelLowering.cpp (Arbeitskopie)...