LanaiInstPrinter.h - replace unnecessary StringRef include with forward declaration
This commit is contained in:
		
							parent
							
								
									802ceb8343
								
							
						
					
					
						commit
						c4246e6a4d
					
				| 
						 | 
				
			
			@ -13,10 +13,10 @@
 | 
			
		|||
#ifndef LLVM_LIB_TARGET_LANAI_MCTARGETDESC_LANAIINSTPRINTER_H
 | 
			
		||||
#define LLVM_LIB_TARGET_LANAI_MCTARGETDESC_LANAIINSTPRINTER_H
 | 
			
		||||
 | 
			
		||||
#include "llvm/ADT/StringRef.h"
 | 
			
		||||
#include "llvm/MC/MCInstPrinter.h"
 | 
			
		||||
 | 
			
		||||
namespace llvm {
 | 
			
		||||
class StringRef;
 | 
			
		||||
 | 
			
		||||
class LanaiInstPrinter : public MCInstPrinter {
 | 
			
		||||
public:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue