"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8f23ec96b01c92d453b7a384964ab6f5d51c0da7"
Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a really
obscure problem where we were doing: lmw r3,0(r9) which is undefined on PPC. Now we do: lmw r3,0(r2) by force, not relying on the GCC register allocator for luck :) llvm-svn: 18212
Loading
Please register or sign in to comment