1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/include
Bill Wendling a369a6add8 Some platforms use the same name for 32-bit and 64-bit registers (like
%r3 on PPC) in their ASM files. However, it's hard for humans to read
during debugging. Adding a new field to the register data that lets you
specify a different name to be printed than the one that goes into the
ASM file -- %x3 instead of %r3, for instance.

llvm-svn: 47534
2008-02-24 00:56:13 +00:00
..
llvm Some platforms use the same name for 32-bit and 64-bit registers (like 2008-02-24 00:56:13 +00:00
llvm-c Fixing a bug creating floating point constants of type other 2008-02-02 01:07:50 +00:00