[llvm-commits] [llvm] r123619 - in /llvm/trunk: lib/Target/ARM/ test/CodeGen/ARM/

Jason Kim jasonwkim at google.com
Wed Jan 19 18:22:34 PST 2011


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?

Thanks!

-jason




More information about the llvm-commits mailing list