diff options
author | Craig Topper <craig.topper@sifive.com> | 2025-01-09 09:09:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 09:09:55 -0800 |
commit | e2449f1bceeefd4a603cae024a7a1db763df6834 (patch) | |
tree | 9eab9f18a699c3e7746c40f2e9b4bb46ac7dd908 /llvm/lib/Support/Timer.cpp | |
parent | a7cbd41000f55c0475bbfb42a2bb7af418c47a35 (diff) | |
download | llvm-e2449f1bceeefd4a603cae024a7a1db763df6834.zip llvm-e2449f1bceeefd4a603cae024a7a1db763df6834.tar.gz llvm-e2449f1bceeefd4a603cae024a7a1db763df6834.tar.bz2 |
[SelectionDAG] Use SDNode::op_iterator instead of SDNodeIterator. NFC (#122147)
I think SDNodeIterator primarily exists because GraphTraits requires an
iterator that dereferences to SDNode*. op_iterator dereferences to
SDUse* which is implicitly convertible to SDValue.
This piece of code can use SDValue instead of SDNode* so we should
prefer to use the the more common op_iterator.
Diffstat (limited to 'llvm/lib/Support/Timer.cpp')
0 files changed, 0 insertions, 0 deletions