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

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


Changes in directory llvm/tools/llc:

llc.cpp updated: 1.86 -> 1.87

---
Log message:

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

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

Index: llvm/tools/llc/llc.cpp
diff -u llvm/tools/llc/llc.cpp:1.86 llvm/tools/llc/llc.cpp:1.87
--- llvm/tools/llc/llc.cpp:1.86	Mon Oct 20 15:40:27 2003
+++ llvm/tools/llc/llc.cpp	Tue Nov 11 16:41:34 2003
@@ -23,6 +23,8 @@
 #include <memory>
 #include <fstream>
 
+using namespace llvm;
+
 // General options for llc.  Other pass-specific options are specified
 // within the corresponding llc passes, and target-specific options
 // and back-end code generation options are specified with the target machine.





More information about the llvm-commits mailing list