summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PrologEpilogInserter.cpp
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-06-29 15:03:18 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-06-29 15:03:18 +0000
commit4642afdcc139c7a0882730957ac76c62a6f6389d (patch)
treefc69bb9371dfc1fe3d2f80b36458de4147086b51 /llvm/lib/CodeGen/PrologEpilogInserter.cpp
parent4401049f05b94b7df9117e4aea895e5a3721ffa5 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud