summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/LLVMContextImpl.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-15 17:08:50 +0000
committerDan Gohman <gohman@apple.com>2010-04-15 17:08:50 +0000
commitb29cda9b3c39fbbd53db44dbc5075d5445a98200 (patch)
treeb858a95e9c0cad74c71661ecada32e5fdbd6041a /llvm/lib/VMCore/LLVMContextImpl.cpp
parent345356ee9a30b0d7653219e1d97e60c5cd116241 (diff)
downloadbcm5719-llvm-b29cda9b3c39fbbd53db44dbc5075d5445a98200.tar.gz
bcm5719-llvm-b29cda9b3c39fbbd53db44dbc5075d5445a98200.zip
Fix a bunch of namespace polution.
llvm-svn: 101376
Diffstat (limited to 'llvm/lib/VMCore/LLVMContextImpl.cpp')
-rw-r--r--llvm/lib/VMCore/LLVMContextImpl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/LLVMContextImpl.cpp b/llvm/lib/VMCore/LLVMContextImpl.cpp
index e71157f4402..9e41a081560 100644
--- a/llvm/lib/VMCore/LLVMContextImpl.cpp
+++ b/llvm/lib/VMCore/LLVMContextImpl.cpp
@@ -13,6 +13,7 @@
#include "LLVMContextImpl.h"
#include <algorithm>
+using namespace llvm;
LLVMContextImpl::LLVMContextImpl(LLVMContext &C)
: TheTrueVal(0), TheFalseVal(0),
OpenPOWER on IntegriCloud