Make sure the correct opcodes are used to SUB and ADD the stack
authorEli Bendersky <eliben@google.com>
Tue, 5 Feb 2013 21:53:29 +0000 (21:53 +0000)
committerEli Bendersky <eliben@google.com>
Tue, 5 Feb 2013 21:53:29 +0000 (21:53 +0000)
commit2a1b60d791522d73be91d4281c90d25bd5e3d117
tree8feeb4072a59be11278b859ff62ae20fa38e42ea
parent43213cf1ac05b4198fcf9fa85d7da85477daafd1
Make sure the correct opcodes are used to SUB and ADD the stack
pointer in function prologs/epilogs. The opcodes should depend on the
data model (LP64 vs. ILP32) rather than the architecture bit-ness.

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