1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/SystemZ/AsmPrinter
Jakob Stoklund Olesen b3539aa611 Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices
were overspecified when inheriting sub-subregisters, for instance:

R0Q:subreg_even32 = R0Q:subreg_32bit = R0Q:subreg_even:subreg_32bit.

This meant that composeSubRegIndices(subreg_even, subreg_32bit) was ambiguous.

llvm-svn: 105063
2010-05-28 23:48:29 +00:00
..
CMakeLists.txt CMake support for SystemZ. 2009-07-20 00:24:17 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00
SystemZAsmPrinter.cpp Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices 2010-05-28 23:48:29 +00:00