commit | 836c6245ad7e8f2b9f72c2a9e4cb1df101eaf2c7 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Wed Dec 15 23:47:29 2010 +0000 |
committer | Eric Christopher <echristo@apple.com> | Wed Dec 15 23:47:29 2010 +0000 |
tree | 9f003d0eb6959edf4156b0ccfea5c32008181762 | |
parent | d0bb5e2ca05d9c942223bf05e5940bb0c6cc9d3f [diff] [blame] |
Don't handle -arm-long-calls in fast isel for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121919 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index 5fbc5f8..a9f0e9e 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp
@@ -59,7 +59,7 @@ cl::desc("Generate tail calls (TEMPORARY OPTION)."), cl::init(false)); -static cl::opt<bool> +cl::opt<bool> EnableARMLongCalls("arm-long-calls", cl::Hidden, cl::desc("Generate calls via indirect call instructions"), cl::init(false));