[PATCH 2/5] Pass LiveQueryResult by value

Matthias Braun matze at braunis.de
Thu Aug 29 18:07:10 PDT 2013


This makes the API a bit more natural to use and makes it easier to make
LiveRanges implementation details private.
---
 include/llvm/CodeGen/LiveInterval.h  | 197 ++++++++++++++++++-----------------
 lib/CodeGen/InlineSpiller.cpp        |   2 +-
 lib/CodeGen/LiveInterval.cpp         |   2 +-
 lib/CodeGen/LiveIntervalAnalysis.cpp |   6 +-
 lib/CodeGen/MachineScheduler.cpp     |   3 +-
 lib/CodeGen/MachineVerifier.cpp      |   4 +-
 lib/CodeGen/RegisterCoalescer.cpp    |  12 +--
 lib/CodeGen/ScheduleDAGInstrs.cpp    |   3 +-
 8 files changed, 118 insertions(+), 111 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Pass-LiveQueryResult-by-value.patch
Type: text/x-patch
Size: 16528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130829/204f1e17/attachment.bin>


More information about the llvm-commits mailing list