diff options
author | Rahul Joshi <rjoshi@nvidia.com> | 2024-10-21 11:02:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-21 11:02:38 -0700 |
commit | f58ce1152703ca753794b8cef36da30bd2668d0f (patch) | |
tree | 901abb75ef2ace940f09e91063eed7d34c4c91ad /llvm/lib/CodeGen/RegAllocBasic.cpp | |
parent | 7dc2542ac24fcae89dfd179fa58c4ec4fb959e2b (diff) | |
download | llvm-f58ce1152703ca753794b8cef36da30bd2668d0f.zip llvm-f58ce1152703ca753794b8cef36da30bd2668d0f.tar.gz llvm-f58ce1152703ca753794b8cef36da30bd2668d0f.tar.bz2 |
[NFC][TableGen] Use auto when initializing variables with cast<> (#113171)
Use `auto` when initializing a variable with `cast<>`. Remove some
unneeded `const_cast` (since all Init pointers are now const).
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBasic.cpp')
0 files changed, 0 insertions, 0 deletions