Fix for PR1348. If stack inc / dec amount is > 32-bits, issue a series of add / sub...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 26 Apr 2007 01:09:28 +0000 (01:09 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 26 Apr 2007 01:09:28 +0000 (01:09 +0000)
commita24ddddf68cc29cdcc93c572a98651c3f3be18a1
tree504404e9c28fc88d0006598179eb60b9d41fd1ea
parent0f8ad0d180d1d8773b2ec8a989a8052e63806406
Fix for PR1348. If stack inc / dec amount is > 32-bits, issue a series of add / sub instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36456 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86RegisterInfo.cpp