Remove debug option I accidentally left in.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 13 Jan 2010 01:43:20 +0000 (01:43 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 13 Jan 2010 01:43:20 +0000 (01:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93285 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LLVMTargetMachine.cpp

index 84eb71c049672b00f6740dbacc96d02c351d195b..733995f82be8dd4cd070c2b9d68c326c1cba6c9e 100644 (file)
@@ -62,9 +62,6 @@ static cl::opt<bool> VerifyMachineCode("verify-machineinstrs", cl::Hidden,
     cl::desc("Verify generated machine code"),
     cl::init(getenv("LLVM_VERIFY_MACHINEINSTRS")!=NULL));
 
-#if 1
-static cl::opt<bool> 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