diff options
Diffstat (limited to 'llvm/tools/analyze/analyze.cpp')
| -rw-r--r-- | llvm/tools/analyze/analyze.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/analyze/analyze.cpp b/llvm/tools/analyze/analyze.cpp index 836b6aa8d72..3e1e51600e8 100644 --- a/llvm/tools/analyze/analyze.cpp +++ b/llvm/tools/analyze/analyze.cpp @@ -26,6 +26,7 @@ #include "Support/Timer.h" #include <algorithm> +using namespace llvm; struct ModulePassPrinter : public Pass { const PassInfo *PassToPrint; |

