From daeeaa72cd3c4039adbe55b4553806a207b2a3a1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Feb 2004 19:53:18 +0000 Subject: fine grainify namespacification llvm-svn: 11959 --- llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp') diff --git a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp index 88b33f098ee..9a9a020b648 100644 --- a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp +++ b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp @@ -17,14 +17,13 @@ #include "llvm/Target/TargetMachineImpls.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/Passes.h" - -namespace llvm { +using namespace llvm; // allocatePowerPCTargetMachine - Allocate and return a subclass of // TargetMachine that implements the PowerPC backend. // -TargetMachine *allocatePowerPCTargetMachine(const Module &M, - IntrinsicLowering *IL) { +TargetMachine *llvm::allocatePowerPCTargetMachine(const Module &M, + IntrinsicLowering *IL) { return new PowerPCTargetMachine(M, IL); } @@ -58,4 +57,3 @@ void PowerPCJITInfo::addPassesToJITCompile(FunctionPassManager &PM) { PM.add(createPrologEpilogCodeInserter()); } -} // end namespace llvm -- cgit v1.2.3