Remove debug option I accidentally left in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93285 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2010-01-13 01:43:20 +00:00
parent c49a10aca1
commit d9e385f411

View 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