Do not use the stack pointer directly, issue a copyfromreg instead. Otherwise we...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 10 Jan 2008 00:37:26 +0000 (00:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 10 Jan 2008 00:37:26 +0000 (00:37 +0000)
commit27a446afaf17a12a08c8c883416e7acc2f300acb
treec6c9c74fde003d29592cc245a2d16c5c7f288f71
parentb199cbec2e84c46fc0883b3abca84a6adde08fea
Do not use the stack pointer directly, issue a copyfromreg instead. Otherwise we can end up with something like ADD32ri %esp, x which two-address pass won't like.

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