From: Evan Cheng Date: Mon, 8 Mar 2010 21:05:02 +0000 (+0000) Subject: Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dc444e9a236c9e5a9a3a5e6da75f29f7000208d3;p=oota-llvm.git 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 --- diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 2be31851e36..f26d0abfad5 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -86,6 +86,7 @@
  • Target-specific Implementation Notes