1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include
Duncan P. N. Exon Smith 00a6a7099d CodeGen: Use MachineInstr& in LiveVariables API, NFC
Change all the methods in LiveVariables that expect non-null
MachineInstr* to take MachineInstr& and update the call sites.  This
clarifies the API, and designs away a class of iterator to pointer
implicit conversions.

llvm-svn: 274319
2016-07-01 01:51:32 +00:00
..
llvm CodeGen: Use MachineInstr& in LiveVariables API, NFC 2016-07-01 01:51:32 +00:00
llvm-c Add support for string attributes in the C API. 2016-06-15 17:50:39 +00:00