diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-07-12 01:47:02 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-07-12 01:47:02 +0000 |
commit | fdd30c620da25a98c7cae6e413577ac7534fa9e0 (patch) | |
tree | 3e334f5e0640bee952704090f7bd32fc048c80ad /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | 185ab5b030bab551669df712ce410aa087471d86 (diff) | |
download | llvm-fdd30c620da25a98c7cae6e413577ac7534fa9e0.zip llvm-fdd30c620da25a98c7cae6e413577ac7534fa9e0.tar.gz llvm-fdd30c620da25a98c7cae6e413577ac7534fa9e0.tar.bz2 |
Mips: Avoid implicit iterator conversions, NFC
Avoid implicit conversions from MachineInstrBundleIterator to
MachineInstr* in the Mips backend, mainly by preferring MachineInstr&
over MachineInstr* when a pointer isn't nullable and using range-based
for loops.
llvm-svn: 275141
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions