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

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


Changes in directory llvm/tools/opt:

opt.cpp updated: 1.85 -> 1.86

---
Log message:

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

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

Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.85 llvm/tools/opt/opt.cpp:1.86
--- llvm/tools/opt/opt.cpp:1.85	Mon Oct 20 15:40:30 2003
+++ llvm/tools/opt/opt.cpp	Tue Nov 11 16:41:34 2003
@@ -27,6 +27,7 @@
 #include <memory>
 #include <algorithm>
 
+using namespace llvm;
 
 // The OptimizationList is automatically populated with registered Passes by the
 // PassNameParser.





More information about the llvm-commits mailing list