[llvm-commits] CVS: reopt/tools/mkexcl/mkexcl.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Tue Dec 9 13:22:02 PST 2003


Changes in directory reopt/tools/mkexcl:

mkexcl.cpp updated: 1.5 -> 1.6

---
Log message:

Namespace llvm is required to compile this program.


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

Index: reopt/tools/mkexcl/mkexcl.cpp
diff -u reopt/tools/mkexcl/mkexcl.cpp:1.5 reopt/tools/mkexcl/mkexcl.cpp:1.6
--- reopt/tools/mkexcl/mkexcl.cpp:1.5	Fri Aug 22 12:43:44 2003
+++ reopt/tools/mkexcl/mkexcl.cpp	Tue Dec  9 13:21:42 2003
@@ -13,6 +13,7 @@
 
 using std::cout;
 using std::endl;
+using namespace llvm;
 
 #define INST_WIDTH 4 // SparcV9 word width is 4 bytes
 





More information about the llvm-commits mailing list