Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 8 Mar 2010 21:05:02 +0000 (21:05 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 8 Mar 2010 21:05:02 +0000 (21:05 +0000)
commitdc444e9a236c9e5a9a3a5e6da75f29f7000208d3
tree7a3f1a198128fbf921c1e219fd8186c0a0ac00db
parent9dcd6f14f8c559601fa2ad1ff168dcc236f7ce05
Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97980 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CodeGenerator.html
docs/LangRef.html
test/CodeGen/X86/sibcall.ll [new file with mode: 0644]
test/CodeGen/X86/tailcall2.ll [deleted file]