diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-09-17 21:58:46 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-09-17 21:58:46 +0000 |
| commit | 6d800f88da75ea44378cf4eb922b85b00538387c (patch) | |
| tree | f88f7a79fc2de50068307bbb5498457b00ac53e1 /lldb/source/Commands/CommandObjectSource.cpp | |
| parent | 0dcd3362bd809065be1b3d5d2b45ef6117c4ad9e (diff) | |
| download | llvm-6d800f88da75ea44378cf4eb922b85b00538387c.zip llvm-6d800f88da75ea44378cf4eb922b85b00538387c.tar.gz llvm-6d800f88da75ea44378cf4eb922b85b00538387c.tar.bz2 | |
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
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions
