diff options
author | Adrian Kuegel <akuegel@google.com> | 2025-01-03 13:07:49 +0000 |
---|---|---|
committer | Adrian Kuegel <akuegel@google.com> | 2025-01-03 13:07:49 +0000 |
commit | e53494c750246118c313b3cbf7479edb682f2208 (patch) | |
tree | 8721f4ead09943b1c2160218dcad84ee3ab017d9 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | d598829375634da42910e2624f181f6b843bdc8b (diff) | |
download | llvm-e53494c750246118c313b3cbf7479edb682f2208.zip llvm-e53494c750246118c313b3cbf7479edb682f2208.tar.gz llvm-e53494c750246118c313b3cbf7479edb682f2208.tar.bz2 |
[mlir] Fix 0 values passed to the wrong parameters.
This was found by modernize-use-nullptr ClangTidy check, which suggested
to pass nullptr instead of 0 to DIFileAttr.
However it looks like the intention was to pass the two 0 values for
line and scopeLine, and we should pass {} to DIFileAttr. Do that change.
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions