Fix a bug handling frame references in ppc inline asm when the frame offset
authorChris Lattner <sabre@nondot.org>
Tue, 16 Oct 2007 18:00:18 +0000 (18:00 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Oct 2007 18:00:18 +0000 (18:00 +0000)
commitf602a2566845dc57444b9d40538c947b5ed23111
tree7f085bfc2e3c4d5a53c00503c3be73c26c1e9bca
parent67c18d50343577779816e9b87de3349f4a4b33e8
Fix a bug handling frame references in ppc inline asm when the frame offset
doesn't fit into 16 bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43032 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCRegisterInfo.cpp
test/CodeGen/PowerPC/2007-10-16-InlineAsmFrameOffset.ll [new file with mode: 0644]