There's a couple of variables that are only used in asserts in the MIPS lowering code (lib/Target/Mips/MipsISelLowering.cpp) - this causes warnings in retail builds.<div><br></div><div>I've fixed both instances by rolling the relevant expression (they don't appear to have any side effects) into the assert call & I added a comment in the second case since it seemed like the name of the variable gave some context/semantic information that wasn't necessarily entirely obvious from the expression itself. </div>