llvm-6502/lib/Target/SystemZ/AsmPrinter
Jakob Stoklund Olesen 05ce489871 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105063 91177308-0d34-0410-b5e6-96231b3b80d8
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