mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-03 14:21:30 +00:00 
			
		
		
		
	Finegrainify namespacification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25877 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		@@ -12,8 +12,7 @@
 | 
			
		||||
//===----------------------------------------------------------------------===//
 | 
			
		||||
 | 
			
		||||
#include "llvm/Target/MRegisterInfo.h"
 | 
			
		||||
 | 
			
		||||
namespace llvm {
 | 
			
		||||
using namespace llvm;
 | 
			
		||||
 | 
			
		||||
MRegisterInfo::MRegisterInfo(const TargetRegisterDesc *D, unsigned NR,
 | 
			
		||||
                             regclass_iterator RCB, regclass_iterator RCE,
 | 
			
		||||
@@ -39,5 +38,3 @@ std::vector<bool> MRegisterInfo::getAllocatableSet(MachineFunction &MF) const {
 | 
			
		||||
  }
 | 
			
		||||
  return Allocatable;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
} // End llvm namespace
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user