- GCC complains that KnownValid is set but not used.
- In ARMInstructionSelector::selectGlobal() the code is mixing "enumeral and non-enumeral type in conditional expression". Solve this by casting to unsigned which is the final type anyway.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM