[llvm-commits] [llvm] r123619 - in /llvm/trunk: lib/Target/ARM/ test/CodeGen/ARM/
Evan Cheng
evan.cheng at apple.com
Wed Jan 19 23:55:30 PST 2011
On Jan 19, 2011, at 6:22 PM, Jason Kim wrote:
> On Mon, Jan 17, 2011 at 12:03 AM, Evan Cheng <evan.cheng at apple.com> wrote:
>> Author: evancheng
>> Date: Mon Jan 17 02:03:18 2011
>> New Revision: 123619
>>
>> Modified: llvm/trunk/lib/Target/ARM/ARMSubtarget.cpp
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMSubtarget.cpp?rev=123619&r1=123618&r2=123619&view=diff
>> ==============================================================================
>> --- llvm/trunk/lib/Target/ARM/ARMSubtarget.cpp (original)
>> +++ llvm/trunk/lib/Target/ARM/ARMSubtarget.cpp Mon Jan 17 02:03:18 2011
>> @@ -25,8 +25,7 @@
>> cl::desc("Reserve R9, making it unavailable as GPR"));
>>
>> static cl::opt<bool>
>> -UseMOVT("arm-use-movt",
>> - cl::init(true), cl::Hidden);
>> +UseMOVT("arm-darwin-use-movt", cl::init(false), cl::Hidden);
>
> Hi Evan,
>
> What was the rationale for changing the switch name?
The default was set to true so it can be removed. I added a new one to control Darwin codegen which is still being developed.
Evan
>
> Thanks!
>
> -jason
More information about the llvm-commits
mailing list