Simplify namespaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17870 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPC64CodeEmitter.cpp b/lib/Target/PowerPC/PPC64CodeEmitter.cpp
index f2256a1..d35ddde 100644
--- a/lib/Target/PowerPC/PPC64CodeEmitter.cpp
+++ b/lib/Target/PowerPC/PPC64CodeEmitter.cpp
@@ -12,8 +12,7 @@
#include "PPC64JITInfo.h"
#include "PPC64TargetMachine.h"
-
-namespace llvm {
+using namespace llvm;
/// addPassesToEmitMachineCode - Add passes to the specified pass manager to get
/// machine code emitted. This uses a MachineCodeEmitter object to handle
@@ -40,5 +39,3 @@
assert (0 && "PPC64JITInfo::replaceMachineCodeForFunction not implemented");
}
-} // end llvm namespace
-