forked from OSchip/llvm-project
				
			Include what you use in PPCRegisterInfo.h
llvm-svn: 362475
This commit is contained in:
		
							parent
							
								
									3e39961eec
								
							
						
					
					
						commit
						9d1c5ea165
					
				| 
						 | 
				
			
			@ -14,13 +14,14 @@
 | 
			
		|||
#ifndef LLVM_LIB_TARGET_POWERPC_PPCREGISTERINFO_H
 | 
			
		||||
#define LLVM_LIB_TARGET_POWERPC_PPCREGISTERINFO_H
 | 
			
		||||
 | 
			
		||||
#include "PPC.h"
 | 
			
		||||
#include "MCTargetDesc/PPCMCTargetDesc.h"
 | 
			
		||||
#include "llvm/ADT/DenseMap.h"
 | 
			
		||||
 | 
			
		||||
#define GET_REGINFO_HEADER
 | 
			
		||||
#include "PPCGenRegisterInfo.inc"
 | 
			
		||||
 | 
			
		||||
namespace llvm {
 | 
			
		||||
class PPCTargetMachine;
 | 
			
		||||
 | 
			
		||||
inline static unsigned getCRFromCRBit(unsigned SrcReg) {
 | 
			
		||||
  unsigned Reg = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue