isORCopyInst and isReadOrWriteToDSPReg functions were producing warning that some statements my fall through.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/Mips/MipsSEInstrInfo.cpp | ||
---|---|---|
211 | 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. |
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.