Move callseq_start above the call address load to allow load to be folded into the...
authorEvan Cheng <evan.cheng@apple.com>
Sun, 24 Aug 2008 19:19:55 +0000 (19:19 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 24 Aug 2008 19:19:55 +0000 (19:19 +0000)
commit32c727cd95a7718e10e225bb9fc00be6681706aa
tree20d659c0652eb822c63548dd90abc5e1b27e1a38
parent40ab164d3ae6fddb279ae49ab2f9756b466c640a
Move callseq_start above the call address load to allow load to be folded into the call node.

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