Load folding tail call should not use ebp / rbp after it's popped. PEI
authorEvan Cheng <evan.cheng@apple.com>
Thu, 29 Apr 2010 05:08:22 +0000 (05:08 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 29 Apr 2010 05:08:22 +0000 (05:08 +0000)
commit3f54c64a9834f949fdd3abcf8bb68e596c87a6bd
tree8b8b2f902bbae43a19d53ec24c147026a7f18948
parentb9a01bcf486814a44098745920d43daaf9f7c260
Load folding tail call should not use ebp / rbp after it's popped. PEI
should use esp / rsp to reference frame instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102596 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86RegisterInfo.cpp
test/CodeGen/X86/sibcall-2.ll [new file with mode: 0644]