diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-06-16 08:36:35 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-06-16 08:36:35 +0000 |
commit | 1fc4025a9c058d0442c15b997481fbce15f9afb6 (patch) | |
tree | f46080d7f559aa799edf733f0d2222f9c02ea186 /llvm/docs/SourceLevelDebugging.html | |
parent | f2ea587aa214d79f45a618f1320634cbe89c0f26 (diff) | |
download | bcm5719-llvm-1fc4025a9c058d0442c15b997481fbce15f9afb6.tar.gz bcm5719-llvm-1fc4025a9c058d0442c15b997481fbce15f9afb6.zip |
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
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
0 files changed, 0 insertions, 0 deletions