diff options
Diffstat (limited to 'lib/VMCore/Value.cpp')
-rw-r--r-- | lib/VMCore/Value.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index f389eb0132..fcf0b7a4c4 100644 --- a/lib/VMCore/Value.cpp +++ b/lib/VMCore/Value.cpp @@ -17,8 +17,7 @@ #include "llvm/Constant.h" #include "Support/LeakDetector.h" #include <algorithm> - -namespace llvm { +using namespace llvm; //===----------------------------------------------------------------------===// // Value Class @@ -109,5 +108,3 @@ void User::replaceUsesOfWith(Value *From, Value *To) { setOperand(i, To); // Fix it now... } } - -} // End llvm namespace |