the time of good commit names is long gone
This commit is contained in:
parent
e9760c941b
commit
05962d9798
|
@ -357,7 +357,7 @@ const Compiler::CompileFunc A_Comp[ARMInstrInfo::ak_Count] =
|
||||||
F(BranchImm), F(BranchImm), F(BranchImm), F(BranchXchangeReg), F(BranchXchangeReg),
|
F(BranchImm), F(BranchImm), F(BranchImm), F(BranchXchangeReg), F(BranchXchangeReg),
|
||||||
// Special
|
// Special
|
||||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||||
F(Nop)
|
&Compiler::Nop
|
||||||
};
|
};
|
||||||
#undef F
|
#undef F
|
||||||
#define F(x) &Compiler::T_Comp_##x
|
#define F(x) &Compiler::T_Comp_##x
|
||||||
|
|
Loading…
Reference in New Issue