diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-01-13 01:43:20 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-01-13 01:43:20 +0000 |
commit | d9e385f411abc1ec41130d8010a9de4a93dd1042 (patch) | |
tree | f07821a7b8236dfc099751861042c3a7ce33ad01 /lib/CodeGen/LLVMTargetMachine.cpp | |
parent | c49a10aca1e31351c2e11b25ba636a23b93c46c8 (diff) | |
download | external_llvm-d9e385f411abc1ec41130d8010a9de4a93dd1042.zip external_llvm-d9e385f411abc1ec41130d8010a9de4a93dd1042.tar.gz external_llvm-d9e385f411abc1ec41130d8010a9de4a93dd1042.tar.bz2 |
Remove debug option I accidentally left in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93285 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r-- | lib/CodeGen/LLVMTargetMachine.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp index 84eb71c..733995f 100644 --- a/lib/CodeGen/LLVMTargetMachine.cpp +++ b/lib/CodeGen/LLVMTargetMachine.cpp @@ -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 |