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 | 21abac2757087358249eec702ba93f1dde656cf2 (patch) | |
tree | 87bb6f899472bbbaa96eae825d7052cda96708cb /lib/CodeGen/MachineDebugInfo.cpp | |
parent | 952895243e79f57f1e5c2789ffacca8c8d3e4f02 (diff) |
More libcall transformations:
printf("%s\n", str) -> puts(str)
printf("%c", c) -> putchar(c)
Also fixed fprintf(file, "%c", c) -> fputc(c, file)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions