diff options
Diffstat (limited to 'lib/Support/CommandLine.cpp')
-rw-r--r-- | lib/Support/CommandLine.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp index 235dc12843..8a6bd77e40 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -23,8 +23,7 @@ #include <iostream> #include <cstdlib> #include <cerrno> - -namespace llvm { +using namespace llvm; using namespace cl; @@ -889,5 +888,3 @@ HHOp("help-hidden", cl::desc("display all available options"), cl::location(HiddenPrinter), cl::Hidden, cl::ValueDisallowed); } // End anonymous namespace - -} // End llvm namespace |