From: Evan Cheng Date: Wed, 13 Jan 2010 01:43:20 +0000 (+0000) Subject: Remove debug option I accidentally left in. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d9e385f411abc1ec41130d8010a9de4a93dd1042;p=oota-llvm.git Remove debug option I accidentally left in. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93285 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp index 84eb71c0496..733995f82be 100644 --- a/lib/CodeGen/LLVMTargetMachine.cpp +++ b/lib/CodeGen/LLVMTargetMachine.cpp @@ -62,9 +62,6 @@ static cl::opt VerifyMachineCode("verify-machineinstrs", cl::Hidden, cl::desc("Verify generated machine code"), cl::init(getenv("LLVM_VERIFY_MACHINEINSTRS")!=NULL)); -#if 1 -static cl::opt XX("xx", cl::Hidden); -#endif // Enable or disable FastISel. Both options are needed, because // FastISel is enabled by default with -fast, and we wish to be