aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-02-27 22:37:23 +0000
committerJim Laskey <jlaskey@mac.com>2006-02-27 22:37:23 +0000
commit9a777a3a8ed8f73cc9a256208ad3c52391eb5aae (patch)
tree119f0ee332843bc60e6c11230ca8874021b46f93 /lib/CodeGen/DwarfWriter.cpp
parent6e53ceb0d4b2dd1f886284242493ab43500e32a8 (diff)
Qualify dwarf namespace inside llvm namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26409 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/DwarfWriter.cpp')
-rw-r--r--lib/CodeGen/DwarfWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp
index 3f28832399..d08e777972 100644
--- a/lib/CodeGen/DwarfWriter.cpp
+++ b/lib/CodeGen/DwarfWriter.cpp
@@ -26,7 +26,7 @@
#include <iostream>
using namespace llvm;
-using namespace dwarf;
+using namespace llvm::dwarf;
static cl::opt<bool>
DwarfVerbose("dwarf-verbose", cl::Hidden,