llvm-svn: 137339
This commit is contained in:
Jim Grosbach 2011-08-11 20:13:35 +00:00
parent 793d6330cd
commit 1b0f79573e
1 changed files with 0 additions and 1 deletions

View File

@ -2056,7 +2056,6 @@ def LDRD_POST: AI3ldstidx<0b1101, 0, 1, 0, (outs GPR:$Rt, GPR:$Rt2, GPR:$Rn_wb),
let Inst{11-8} = offset{7-4}; // imm7_4/zero
let Inst{3-0} = offset{3-0}; // imm3_0/Rm
let DecoderMethod = "DecodeAddrMode3Instruction";
// let AsmMatchConverter = "cvtLdrdPost";
}
} // hasExtraDefRegAllocReq = 1
} // mayLoad = 1, neverHasSideEffects = 1