diff options
| author | Dan Gohman <gohman@apple.com> | 2007-10-03 19:04:09 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2007-10-03 19:04:09 +0000 |
| commit | 8c43e41d9bf388195d4b1f32b569193c77ca404a (patch) | |
| tree | 2df529fe45841d1d779d0e839bbd0fc35e3e39fd /llvm/lib/VMCore | |
| parent | 354504060c81b8a20a4add95406479f51340d368 (diff) | |
| download | bcm5719-llvm-8c43e41d9bf388195d4b1f32b569193c77ca404a.tar.gz bcm5719-llvm-8c43e41d9bf388195d4b1f32b569193c77ca404a.zip | |
Fix a using namespace llvm; in a header file.
llvm-svn: 42584
Diffstat (limited to 'llvm/lib/VMCore')
| -rw-r--r-- | llvm/lib/VMCore/PassManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/PassManager.cpp b/llvm/lib/VMCore/PassManager.cpp index 7e0baeba899..edcdf7ffe39 100644 --- a/llvm/lib/VMCore/PassManager.cpp +++ b/llvm/lib/VMCore/PassManager.cpp @@ -22,6 +22,7 @@ #include <algorithm> #include <vector> #include <map> +using namespace llvm; // See PassManagers.h for Pass Manager infrastructure overview. |

