From dfe0346e96ef6f61ddbad9c91a1a29d18399f75f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 10 Jan 2004 18:49:43 +0000 Subject: Finegrainify namespacification llvm-svn: 10737 --- llvm/lib/Bytecode/Writer/InstructionWriter.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/lib/Bytecode/Writer/InstructionWriter.cpp') diff --git a/llvm/lib/Bytecode/Writer/InstructionWriter.cpp b/llvm/lib/Bytecode/Writer/InstructionWriter.cpp index d52f24145f4..bc5268c9435 100644 --- a/llvm/lib/Bytecode/Writer/InstructionWriter.cpp +++ b/llvm/lib/Bytecode/Writer/InstructionWriter.cpp @@ -18,8 +18,7 @@ #include "llvm/Instructions.h" #include "Support/Statistic.h" #include - -namespace llvm { +using namespace llvm; static Statistic<> NumInstrs("bytecodewriter", "Number of instructions"); @@ -298,4 +297,3 @@ void BytecodeWriter::processInstruction(const Instruction &I) { outputInstructionFormat0(&I, Opcode, Table, Type, Out); } -} // End llvm namespace -- cgit v1.2.3