[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Tue Nov 11 16:42:35 PST 2003


Changes in directory llvm/tools/llvm-as:

llvm-as.cpp updated: 1.24 -> 1.25

---
Log message:

Put all LLVM code into the llvm namespace, as per bug 109.

---
Diffs of the changes:  (+2 -0)

Index: llvm/tools/llvm-as/llvm-as.cpp
diff -u llvm/tools/llvm-as/llvm-as.cpp:1.24 llvm/tools/llvm-as/llvm-as.cpp:1.25
--- llvm/tools/llvm-as/llvm-as.cpp:1.24	Mon Oct 20 12:52:11 2003
+++ llvm/tools/llvm-as/llvm-as.cpp	Tue Nov 11 16:41:34 2003
@@ -24,6 +24,8 @@
 #include <fstream>
 #include <memory>
 
+using namespace llvm;
+
 static cl::opt<std::string> 
 InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-"));
 





More information about the llvm-commits mailing list