| commit | f3a5a5c54698150c264ddda39cb61a219184e5ae | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Sat May 17 21:50:17 2014 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Sat May 17 21:50:17 2014 +0000 |
| tree | e256f9bd708661e8498d2d66df726b9f72fbd2b5 | |
| parent | 3f75acfbc7534f4f01c7eb457d8d95461e85684a [diff] |
Target: remove old constructors for CallLoweringInfo This is mostly a mechanical change changing all the call sites to the newer chained-function construction pattern. This removes the horrible 15-parameter constructor for the CallLoweringInfo in favour of setting properties of the call via chained functions. No functional change beyond the removal of the old constructors are intended. llvm-svn: 209082