Finegrainify namespacification

llvm-svn: 25877
This commit is contained in:
Chris Lattner 2006-02-01 18:10:56 +00:00
parent a983beab37
commit ba56b5dc35
1 changed files with 1 additions and 4 deletions

View File

@ -12,8 +12,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#include "llvm/Target/MRegisterInfo.h" #include "llvm/Target/MRegisterInfo.h"
using namespace llvm;
namespace llvm {
MRegisterInfo::MRegisterInfo(const TargetRegisterDesc *D, unsigned NR, MRegisterInfo::MRegisterInfo(const TargetRegisterDesc *D, unsigned NR,
regclass_iterator RCB, regclass_iterator RCE, regclass_iterator RCB, regclass_iterator RCE,
@ -39,5 +38,3 @@ std::vector<bool> MRegisterInfo::getAllocatableSet(MachineFunction &MF) const {
} }
return Allocatable; return Allocatable;
} }
} // End llvm namespace