Skip to content
  • John McCall's avatar
    Rewrite calls to bitcast unprototyped functions when emitting a definition. · 49954ca0
    John McCall authored
    My variadics patch, r169588, changed these calls to typically be
    bitcasts rather than calls to a supposedly variadic function.
    This totally subverted a hack where we intentionally dropped
    excess arguments from such calls in order to appease the inliner
    and a "warning" from the optimizer.  This patch extends the hack
    to also work with bitcasts, as well as teaching it to rewrite
    invokes.
    
    llvm-svn: 170034
    49954ca0
Loading