From 9097d14e575fa54dcf28dfd1ae0c9ebe6931dce1 Mon Sep 17 00:00:00 2001 From: Arnold Schwaighofer Date: Wed, 14 May 2008 09:17:12 +0000 Subject: Add documentation for tail call optimization to CodeGenerator.html. Add a link referring to it to LangRef.html. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51097 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'docs/CodeGenerator.html') diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index d0eb1d5105..c09d9e1cd7 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -84,6 +84,7 @@
  • Target-specific Implementation Notes