diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-07-08 21:19:46 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-07-08 21:19:46 +0000 |
commit | 8efc5b4f04d61428511f8fca4623eb0909957b44 (patch) | |
tree | c4d29a1c44efc1b08764831b6b8349bf97f2b5f8 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 664514f7fe1451c5a41e871e6174677f941c9548 (diff) | |
download | llvm-8efc5b4f04d61428511f8fca4623eb0909957b44.zip llvm-8efc5b4f04d61428511f8fca4623eb0909957b44.tar.gz llvm-8efc5b4f04d61428511f8fca4623eb0909957b44.tar.bz2 |
MSP430: Avoid implicit iterator conversions, NFC
Avoid implicit conversions from MachineInstrBundleIIterator to
MachineInstr* in the MSP430 backend by preferring MachineInstr& over
MachineInstr* when a pointer isn't nullable.
llvm-svn: 274933
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions