Finegrainify namespacification
authorChris Lattner <sabre@nondot.org>
Wed, 1 Feb 2006 18:10:56 +0000 (18:10 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 1 Feb 2006 18:10:56 +0000 (18:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25877 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MRegisterInfo.cpp

index c8eba554dbca7923fda5ab68522d27739b12872d..790f95f081bb88607ff76767f938e41da57580f6 100644 (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