[Orc] Remove extraneous semicolon that found its way into r250712.
llvm-svn: 250715
This commit is contained in:
		
							parent
							
								
									db8677067c
								
							
						
					
					
						commit
						4c17f51b73
					
				| 
						 | 
					@ -57,7 +57,7 @@ private:
 | 
				
			||||||
  LambdaMaterializer<MaterializerFtor>
 | 
					  LambdaMaterializer<MaterializerFtor>
 | 
				
			||||||
  createLambdaMaterializer(MaterializerFtor M) {
 | 
					  createLambdaMaterializer(MaterializerFtor M) {
 | 
				
			||||||
    return LambdaMaterializer<MaterializerFtor>(std::move(M));
 | 
					    return LambdaMaterializer<MaterializerFtor>(std::move(M));
 | 
				
			||||||
  };
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
 | 
					  typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue