[llvm-branch-commits] [llvm-branch] r106673 - /llvm/branches/Apple/Troughton/lib/Target/ARM/ARMISelLowering.cpp

Bob Wilson bob.wilson at apple.com
Wed Jun 23 13:07:45 PDT 2010


Author: bwilson
Date: Wed Jun 23 15:07:45 2010
New Revision: 106673

URL: http://llvm.org/viewvc/llvm-project?rev=106673&view=rev
Log:
Disable ARM tail calls by default on the Troughton branch.

Modified:
    llvm/branches/Apple/Troughton/lib/Target/ARM/ARMISelLowering.cpp

Modified: llvm/branches/Apple/Troughton/lib/Target/ARM/ARMISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Troughton/lib/Target/ARM/ARMISelLowering.cpp?rev=106673&r1=106672&r2=106673&view=diff
==============================================================================
--- llvm/branches/Apple/Troughton/lib/Target/ARM/ARMISelLowering.cpp (original)
+++ llvm/branches/Apple/Troughton/lib/Target/ARM/ARMISelLowering.cpp Wed Jun 23 15:07:45 2010
@@ -55,7 +55,7 @@
 static cl::opt<bool>
 EnableARMTailCalls("arm-tail-calls", cl::Hidden,
   cl::desc("Generate tail calls (TEMPORARY OPTION)."),
-  cl::init(true));
+  cl::init(false));
 
 static cl::opt<bool>
 EnableARMLongCalls("arm-long-calls", cl::Hidden,





More information about the llvm-branch-commits mailing list