commit | 960707c335b85fa0df0bff6400fd4e5f19ac0df4 | [log] [tgz] |
---|---|---|
author | Brian Gaeke <gaeke@uiuc.edu> | Tue Nov 11 22:41:34 2003 +0000 |
committer | Brian Gaeke <gaeke@uiuc.edu> | Tue Nov 11 22:41:34 2003 +0000 |
tree | fcd6bd0a802eff2ba6d9bcfef369241d5b79d06a | |
parent | da3f675edd0b0ffa480c1bec97a2a701d31e4ca8 [diff] [blame] |
Put all LLVM code into the llvm namespace, as per bug 109. llvm-svn: 9903
diff --git a/llvm/tools/gccas/gccas.cpp b/llvm/tools/gccas/gccas.cpp index d97c716..c7a2204 100644 --- a/llvm/tools/gccas/gccas.cpp +++ b/llvm/tools/gccas/gccas.cpp
@@ -27,6 +27,8 @@ #include <memory> #include <fstream> +using namespace llvm; + namespace { cl::opt<std::string> InputFilename(cl::Positional,cl::desc("<input llvm assembly>"),cl::init("-"));