llvm-6502/lib/Target/ARM/InstPrinter
Tim Northover bb5174246b Fix edge cases of ARM shift operands in arith instructions.
As before with load instructions, oddities like "asr #32", "rrx" could
be printed incorrectly.

Patch by Chris Lidbury.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164456 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-22 11:18:19 +00:00
..
ARMInstPrinter.cpp Fix edge cases of ARM shift operands in arith instructions. 2012-09-22 11:18:19 +00:00
ARMInstPrinter.h Fix #13241, a bug around shift immediate operand for ARM instruction ADR. 2012-08-02 08:13:13 +00:00
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile