mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	Fix example code in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132844 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -32,8 +32,8 @@ namespace llvm { | |||||||
| /// sequence for languages like C and C++, allowing some APIs to customize the | /// sequence for languages like C and C++, allowing some APIs to customize the | ||||||
| /// pass sequence in various ways. A simple example of using it would be: | /// pass sequence in various ways. A simple example of using it would be: | ||||||
| /// | /// | ||||||
| ///  OptimizerBuilder Builder; | ///  PassManagerBuilder Builder; | ||||||
| ///  Builder.setOptimizationLevel(2); | ///  Builder.OptLevel = 2; | ||||||
| ///  Builder.populateFunctionPassManager(FPM); | ///  Builder.populateFunctionPassManager(FPM); | ||||||
| ///  Builder.populateModulePassManager(MPM); | ///  Builder.populateModulePassManager(MPM); | ||||||
| /// | /// | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user