lint JitILCommon/IR.cpp

This commit is contained in:
Michael Maltese 2017-02-07 12:08:25 -08:00
parent 8048716efb
commit 64405f26a8
1 changed files with 2 additions and 2 deletions

View File

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