diff options
author | Shivam Gupta <shivam98.tkg@gmail.com> | 2023-01-23 15:15:22 +0530 |
---|---|---|
committer | Shivam Gupta <shivam98.tkg@gmail.com> | 2023-01-23 15:15:30 +0530 |
commit | 586ce6ac9e45c736923f105530a51017c518c82f (patch) | |
tree | a54f95b77d28cf400afbb9ea8551a070fb2ff567 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | bee8860525acbfe33f5b32870ad5e13de07fa6ff (diff) | |
download | llvm-586ce6ac9e45c736923f105530a51017c518c82f.zip llvm-586ce6ac9e45c736923f105530a51017c518c82f.tar.gz llvm-586ce6ac9e45c736923f105530a51017c518c82f.tar.bz2 |
[MLIR][NFC] Fix a memset in MemRefUtils.h
found by PVS-Studio - https://pvs-studio.com/en/blog/posts/cpp/1003/, N10.
memset function expects to take int as the second actual argument,
but receives a pointer. Here, the first and the second argument of
the function are mixed up.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D142310
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions