lint JitILCommon/IR.cpp

This commit is contained in:
Michael Maltese 2017-02-07 12:08:25 -08:00
parent 8048716efb
commit 64405f26a8

View file

@ -1371,8 +1371,8 @@ unsigned IRBuilder::getNumberOfOperands(InstLoc I) const
number_of_operands[CInt32] = 0; number_of_operands[CInt32] = 0;
static constexpr std::array<u32, 12> zero_op = {{ static constexpr std::array<u32, 12> zero_op = {{
LoadCR, LoadLink, LoadMSR, LoadGReg, LoadCTR, InterpreterBranch, LoadCR, LoadLink, LoadMSR, LoadGReg, LoadCTR, InterpreterBranch, LoadCarry, RFIExit,
LoadCarry, RFIExit, LoadFReg, LoadFRegDENToZero, LoadGQR, Int3, LoadFReg, LoadFRegDENToZero, LoadGQR, Int3,
}}; }};
static constexpr std::array<u32, 39> unary_op = {{ static constexpr std::array<u32, 39> unary_op = {{
StoreLink, StoreLink,