[llvm-commits] [llvm] r128662 - in /llvm/trunk: lib/Target/ARM/ARMInstrInfo.td test/MC/Disassembler/ARM/invalid-LDRrs-arm.txt
Owen Anderson
resistor at mac.com
Thu Mar 31 14:05:45 PDT 2011
Johnny,
On Mar 31, 2011, at 12:28 PM, Johnny Chen wrote:
> + let shift{4} = 0; // Inst{4} = 0
Why are assigning to shift{4} rather than to Inst{4}? The latter is consistent with how we handle this in other places.
--Owen
More information about the llvm-commits
mailing list