OSDN Git Service

Fix rewriting frame offsets with ixaddr instructions, which implicitly shift
authorChris Lattner <sabre@nondot.org>
Tue, 27 Jun 2006 18:55:49 +0000 (18:55 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Jun 2006 18:55:49 +0000 (18:55 +0000)
commit7ffa9abdadd7e51726240b6a8352abda8edde869
treec36d423a8017ae0751865b2bc5ceaf9b096d06f4
parent5f9faeaa78a79e03df6bb32e9b3c779e554fe8a2
Fix rewriting frame offsets with ixaddr instructions, which implicitly shift
the offset two bits to the left.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28933 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCRegisterInfo.cpp