From dc444e9a236c9e5a9a3a5e6da75f29f7000208d3 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 8 Mar 2010 21:05:02 +0000 Subject: [PATCH] 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 | 45 +++++++++++++++++++ docs/LangRef.html | 7 ++- test/CodeGen/X86/{tailcall2.ll => sibcall.ll} | 0 3 files changed, 50 insertions(+), 2 deletions(-) rename test/CodeGen/X86/{tailcall2.ll => sibcall.ll} (100%) 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