Skip to content
  • Duncan Sands's avatar
    Change the interface to the type legalization method · 6ed40141
    Duncan Sands authored
    ReplaceNodeResults: rather than returning a node which
    must have the same number of results as the original
    node (which means mucking around with MERGE_VALUES,
    and which is also easy to get wrong since SelectionDAG
    folding may mean you don't get the node you expect),
    return the results in a vector.
    
    llvm-svn: 60348
    6ed40141
Loading