Files
clang-p2996/llvm/lib/Target/Mips/MipsInstructionSelector.cpp
Michael Maitland 9b95d08ef6 [GISel] Make create.*InstructionSelector arguments const (#98243)
The InstructionSelector objects all take these arguments in as `const`.
This function does not modify the object. Therefore we can mark them as
`const` here.
2024-07-10 09:01:27 -04:00

34 KiB