diff options
| author | John Criswell <criswell@uiuc.edu> | 2005-06-29 15:03:18 +0000 | 
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2005-06-29 15:03:18 +0000 | 
| commit | 4642afdcc139c7a0882730957ac76c62a6f6389d (patch) | |
| tree | fc69bb9371dfc1fe3d2f80b36458de4147086b51 /llvm/lib/CodeGen/PrologEpilogInserter.cpp | |
| parent | 4401049f05b94b7df9117e4aea895e5a3721ffa5 (diff) | |
| download | bcm5719-llvm-4642afdcc139c7a0882730957ac76c62a6f6389d.tar.gz bcm5719-llvm-4642afdcc139c7a0882730957ac76c62a6f6389d.zip | |
Basic fix for PR#591; don't convert an fprintf() to an fwrite() if there
is a mismatch in their character type pointers (i.e. fprintf() prints an
array of ubytes while fwrite() takes an array of sbytes).
We can probably do better than this (such as casting the ubyte to an
sbyte).
llvm-svn: 22310
Diffstat (limited to 'llvm/lib/CodeGen/PrologEpilogInserter.cpp')
0 files changed, 0 insertions, 0 deletions

