aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/SlotCalculator.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-21 20:23:48 +0000
committerChris Lattner <sabre@nondot.org>2003-11-21 20:23:48 +0000
commit31f8499e83dc4dccbb57ea7e76d1fd49b7010d0c (patch)
tree7311a395f4b05b01958cb55d80ba5432ad7f32c3 /lib/Bytecode/Writer/SlotCalculator.cpp
parent23e1492bb1e67f740c232abe985ec6d609ffae63 (diff)
Finegrainify namespacification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/SlotCalculator.cpp')
-rw-r--r--lib/Bytecode/Writer/SlotCalculator.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.cpp b/lib/Bytecode/Writer/SlotCalculator.cpp
index c6e44e8266..f4414a5921 100644
--- a/lib/Bytecode/Writer/SlotCalculator.cpp
+++ b/lib/Bytecode/Writer/SlotCalculator.cpp
@@ -26,8 +26,7 @@
#include "Support/PostOrderIterator.h"
#include "Support/STLExtras.h"
#include <algorithm>
-
-namespace llvm {
+using namespace llvm;
#if 0
#define SC_DEBUG(X) std::cerr << X
@@ -363,5 +362,3 @@ int SlotCalculator::doInsertValue(const Value *D) {
SC_DEBUG("]\n");
return (int)DestSlot;
}
-
-} // End llvm namespace