"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a88968b9c456e3c47403c7e0bb3a8d94f980d0b5"
Update tests to handle MC-inst instruction printing of shift operations. The
legacy asm printer uses instructions of the form, "mov r0, r0, lsl #3", while the MC-instruction printer uses the form "lsl r0, r0, #3". The latter mnemonic is correct and preferred according the ARM documentation (A8.6.98). The former are pseudo-instructions for the latter. llvm-svn: 114221
Loading
Please register or sign in to comment