Finegrainify namespacification

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25877 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-02-01 18:10:56 +00:00
parent 5a7efc9d4f
commit 20ea062192

View File

@ -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