aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-12-05 06:35:30 +0000
committerChris Lattner <sabre@nondot.org>2001-12-05 06:35:30 +0000
commite04a967e7e9eb1add857fdc307a3db66caa1a639 (patch)
tree818c5624e1fc0f8139ddfe4ebdf882f4d8a1f2fd /tools
parent9c6f2ac665bbf0a95536ce473d5daf40bf5cd3db (diff)
downloadexternal_llvm-e04a967e7e9eb1add857fdc307a3db66caa1a639.zip
external_llvm-e04a967e7e9eb1add857fdc307a3db66caa1a639.tar.gz
external_llvm-e04a967e7e9eb1add857fdc307a3db66caa1a639.tar.bz2
Remove unnecesary namespace impot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/opt/opt.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp
index 837c2dd..c183dec 100644
--- a/tools/opt/opt.cpp
+++ b/tools/opt/opt.cpp
@@ -22,8 +22,6 @@
#include <fstream>
#include <memory>
-using namespace opt;
-
enum Opts {
// Basic optimizations
dce, constprop, inlining, mergecons, strip, mstrip,