mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 13:43:33 +01:00
lint JitILCommon/IR.cpp
This commit is contained in:
parent
8048716efb
commit
64405f26a8
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user