diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 837c2ddef5b0..c183dec9e08a 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/tools/opt/opt.cpp @@ -22,8 +22,6 @@ #include #include -using namespace opt; - enum Opts { // Basic optimizations dce, constprop, inlining, mergecons, strip, mstrip,