Changes in directory llvm-test/SingleSource/UnitTests/Integer:

template.cpp updated: 1.4 -> 1.5
---
Log message:

Fix #include. We use printf not iostream.


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

 template.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/SingleSource/UnitTests/Integer/template.cpp
diff -u llvm-test/SingleSource/UnitTests/Integer/template.cpp:1.4 
llvm-test/SingleSource/UnitTests/Integer/template.cpp:1.5
--- llvm-test/SingleSource/UnitTests/Integer/template.cpp:1.4   Mon Jan 22 
14:47:27 2007
+++ llvm-test/SingleSource/UnitTests/Integer/template.cpp       Mon Jan 22 
14:50:40 2007
@@ -9,7 +9,7 @@
 //
 //===--------------------------------------------------------------------===//
 
-#include <iostream>
+#include <stdio.h>
 
 typedef int __attribute__ ((bitwidth(4))) int4;
 typedef unsigned int __attribute__ ((bitwidth(5))) int5;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to