Evan Cheng 1fc4025a9c More libcall transformations:
printf("%s\n", str) -> puts(str)
printf("%c", c) -> putchar(c)
Also fixed fprintf(file, "%c", c) -> fputc(c, file)

llvm-svn: 28815
2006-06-16 08:36:35 +00:00
..
2005-04-21 23:48:37 +00:00
2006-06-16 08:36:35 +00:00
2006-05-12 23:32:01 +00:00
2006-05-14 18:33:57 +00:00
2005-10-29 04:41:30 +00:00