| commit | 6ed40141f7e3ea38589b67fd15ac48b93c1c8fa1 | [log] [tgz] |
|---|---|---|
| author | Duncan Sands <baldrick@free.fr> | Mon Dec 01 11:39:25 2008 +0000 |
| committer | Duncan Sands <baldrick@free.fr> | Mon Dec 01 11:39:25 2008 +0000 |
| tree | 7f90bca20dd394c87578655b48dd1ec8040fe7f6 | |
| parent | 47f733e4ea52340b781db2af19e3ed695c5f27b0 [diff] |
Change the interface to the type legalization method 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