diff options
| author | Dan Gohman <gohman@apple.com> | 2010-04-15 17:08:50 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-04-15 17:08:50 +0000 |
| commit | 738422fa501a08e58d1d55ebebdf0ca499059d72 (patch) | |
| tree | bdf2ae210bf2fd57d31bf92e1a3d89a631ab3d58 /lib/VMCore/LLVMContextImpl.cpp | |
| parent | b414b393aa17693ce7db0ed9409e9c6a721394a2 (diff) | |
| download | external_llvm-738422fa501a08e58d1d55ebebdf0ca499059d72.zip external_llvm-738422fa501a08e58d1d55ebebdf0ca499059d72.tar.gz external_llvm-738422fa501a08e58d1d55ebebdf0ca499059d72.tar.bz2 | |
Fix a bunch of namespace polution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContextImpl.cpp')
| -rw-r--r-- | lib/VMCore/LLVMContextImpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/LLVMContextImpl.cpp b/lib/VMCore/LLVMContextImpl.cpp index e71157f..9e41a08 100644 --- a/lib/VMCore/LLVMContextImpl.cpp +++ b/lib/VMCore/LLVMContextImpl.cpp @@ -13,6 +13,7 @@ #include "LLVMContextImpl.h" #include <algorithm> +using namespace llvm; LLVMContextImpl::LLVMContextImpl(LLVMContext &C) : TheTrueVal(0), TheFalseVal(0), |
