mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	document and hide two options.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37651 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -22,8 +22,11 @@ | |||||||
| #include "llvm/Support/CommandLine.h" | #include "llvm/Support/CommandLine.h" | ||||||
| using namespace llvm; | using namespace llvm; | ||||||
|  |  | ||||||
| static cl::opt<bool> PrintLSR("print-lsr-output"); | static cl::opt<bool> PrintLSR("print-lsr-output", cl::Hidden, | ||||||
| static cl::opt<bool> PrintISelInput("print-isel-input"); |     cl::desc("Print LLVM IR produced by the loop-reduce pass")); | ||||||
|  | static cl::opt<bool> PrintISelInput("print-isel-input", cl::Hidden, | ||||||
|  |     cl::desc("Print LLVM IR input to isel pass")); | ||||||
|  |  | ||||||
| FileModel::Model | FileModel::Model | ||||||
| LLVMTargetMachine::addPassesToEmitFile(FunctionPassManager &PM, | LLVMTargetMachine::addPassesToEmitFile(FunctionPassManager &PM, | ||||||
|                                        std::ostream &Out, |                                        std::ostream &Out, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user