summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-01-13 01:43:20 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-01-13 01:43:20 +0000
commit7a4bac30001b6937ac3315b80261b8f1a99f3088 (patch)
tree97fb144e72f421b63e4da9c0bc57999a2b11ee9d /llvm/lib/CodeGen/LLVMTargetMachine.cpp
parent93e42c5435e711e4a8ee1c441355424277265d21 (diff)
downloadbcm5719-llvm-7a4bac30001b6937ac3315b80261b8f1a99f3088.tar.gz
bcm5719-llvm-7a4bac30001b6937ac3315b80261b8f1a99f3088.zip
Remove debug option I accidentally left in.
llvm-svn: 93285
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index 84eb71c0496..733995f82be 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud