1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/Target/ARM/InstPrinter
Jim Grosbach 93f2ebb5e7 Simplify printing of ARM shifted immediates.
Print shifted immediate values directly rather than as a payload+shifter
value pair. This makes for more readable output assembly code, simplifies
the instruction printer, and is consistent with how Thumb immediates are
 displayed.

llvm-svn: 134902
2011-07-11 16:48:36 +00:00
..
ARMInstPrinter.cpp Simplify printing of ARM shifted immediates. 2011-07-11 16:48:36 +00:00
ARMInstPrinter.h Simplify printing of ARM shifted immediates. 2011-07-11 16:48:36 +00:00
CMakeLists.txt
Makefile