From: Evan Cheng Date: Thu, 4 Mar 2010 02:08:04 +0000 (+0000) Subject: Rename -machine-cse to -enable-machine-cse. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9763f709e229ff39d9f00a1086c07dfa0398b485;p=oota-llvm.git Rename -machine-cse to -enable-machine-cse. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97713 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp index fd442db27a2..33d37f78b53 100644 --- a/lib/CodeGen/LLVMTargetMachine.cpp +++ b/lib/CodeGen/LLVMTargetMachine.cpp @@ -67,7 +67,7 @@ static cl::opt VerifyMachineCode("verify-machineinstrs", cl::Hidden, cl::desc("Verify generated machine code"), cl::init(getenv("LLVM_VERIFY_MACHINEINSTRS")!=NULL)); -static cl::opt EnableMachineCSE("machine-cse", cl::Hidden, +static cl::opt EnableMachineCSE("enable-machine-cse", cl::Hidden, cl::desc("Enable Machine CSE")); static cl::opt