[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/template.cpp
Reid Spencer
reid at x10sys.com
Mon Jan 22 12:50:55 PST 2007
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;
More information about the llvm-commits
mailing list