aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineInstrAnnot.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-23 18:38:20 +0000
committerChris Lattner <sabre@nondot.org>2004-02-23 18:38:20 +0000
commit0742b59913a7760eb26f08121cd244a37e83e3b3 (patch)
tree0569c867621414c969bfd31e8d9f85d34623cab2 /lib/CodeGen/MachineInstrAnnot.cpp
parente699b16a76859fa98c00b95978f8cc81d270292d (diff)
Finegrainify namespacification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11757 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineInstrAnnot.cpp')
-rw-r--r--lib/CodeGen/MachineInstrAnnot.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/CodeGen/MachineInstrAnnot.cpp b/lib/CodeGen/MachineInstrAnnot.cpp
index b4b41ac176..de709ecafa 100644
--- a/lib/CodeGen/MachineInstrAnnot.cpp
+++ b/lib/CodeGen/MachineInstrAnnot.cpp
@@ -17,8 +17,7 @@
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/iOther.h"
#include "llvm/Type.h"
-
-namespace llvm {
+using namespace llvm;
CallArgsDescriptor::CallArgsDescriptor(CallInst* _callInstr,
TmpInstruction* _retAddrReg,
@@ -77,5 +76,3 @@ CallArgsDescriptor *CallArgsDescriptor::get(const MachineInstr* MI)
assert(desc->getCallInst()==callInstr && "Incorrect call args descriptor?");
return desc;
}
-
-} // End llvm namespace