From 5967649780ccd723cfd7a7303bc63348d27691de 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. llvm-svn: 97980 --- llvm/docs/CodeGenerator.html | 45 +++++++++++++++++++ llvm/docs/LangRef.html | 7 ++- .../CodeGen/X86/{tailcall2.ll => sibcall.ll} | 0 3 files changed, 50 insertions(+), 2 deletions(-) rename llvm/test/CodeGen/X86/{tailcall2.ll => sibcall.ll} (100%) diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 2be31851e36a..f26d0abfad52 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/docs/CodeGenerator.html @@ -86,6 +86,7 @@
  • Target-specific Implementation Notes