[llvm-commits] [llvm] r93285 - /llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp
Evan Cheng
evan.cheng at apple.com
Tue Jan 12 17:43:20 PST 2010
Author: evancheng
Date: Tue Jan 12 19:43:20 2010
New Revision: 93285
URL: http://llvm.org/viewvc/llvm-project?rev=93285&view=rev
Log:
Remove debug option I accidentally left in.
Modified:
llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp
Modified: llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp?rev=93285&r1=93284&r2=93285&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp (original)
+++ llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp Tue Jan 12 19:43:20 2010
@@ -62,9 +62,6 @@
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
More information about the llvm-commits
mailing list