projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7efc9
)
Finegrainify namespacification
author
Chris Lattner
<sabre@nondot.org>
Wed, 1 Feb 2006 18:10:56 +0000
(18:10 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Target/MRegisterInfo.cpp
b/lib/Target/MRegisterInfo.cpp
index c8eba554dbca7923fda5ab68522d27739b12872d..790f95f081bb88607ff76767f938e41da57580f6 100644
(file)
--- a/
lib/Target/MRegisterInfo.cpp
+++ b/
lib/Target/MRegisterInfo.cpp
@@
-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