parent
							
								
									e537cbf1a3
								
							
						
					
					
						commit
						41f4a05245
					
				| 
						 | 
					@ -17,7 +17,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace llvm {
 | 
					namespace llvm {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/// The instrumentation (profile-instr-gen) pass for IR based PGO.
 | 
					/// The sample profiler data loader pass.
 | 
				
			||||||
class SampleProfileLoaderPass : public PassInfoMixin<SampleProfileLoaderPass> {
 | 
					class SampleProfileLoaderPass : public PassInfoMixin<SampleProfileLoaderPass> {
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
  PreservedAnalyses run(Module &M, AnalysisManager<Module> &AM);
 | 
					  PreservedAnalyses run(Module &M, AnalysisManager<Module> &AM);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue