forked from OSchip/llvm-project
parent
105c984b51
commit
41675546eb
|
@ -4106,7 +4106,7 @@ def ISB : AInoP<(outs), (ins memb_opt:$opt), MiscFrm, NoItinerary,
|
|||
let Inst{3-0} = opt;
|
||||
}
|
||||
|
||||
// Pseudo isntruction that combines movs + predicated rsbmi
|
||||
// Pseudo instruction that combines movs + predicated rsbmi
|
||||
// to implement integer ABS
|
||||
let usesCustomInserter = 1, Defs = [CPSR] in {
|
||||
def ABS : ARMPseudoInst<
|
||||
|
|
Loading…
Reference in New Issue