isORCopyInst and isReadOrWriteToDSPReg functions were producing warning that some statements my fall through.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Mips/MipsSEInstrInfo.cpp | ||
---|---|---|
211 ↗ | (On Diff #150298) | I would set isWrite = false here so this function always returns a correct value for the isWrite and does not have to rely on proper initialization of the isWrite before calling. |