Files updated, added and removed in order to turn the ERASER branch into HEAD


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1086 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/cachegrind/tests/myprint.c b/cachegrind/tests/myprint.c
new file mode 100644
index 0000000..e22ae87
--- /dev/null
+++ b/cachegrind/tests/myprint.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+void myprint(void)
+{
+   puts("This is myprint!");
+}