From aa5bcb526bf0655889d8e05ca8b141442cf1019e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 28 Jan 2005 17:22:53 +0000 Subject: [PATCH] Add some initial documentation for the SelectionDAG based instruction selectors git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19872 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 345 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 331 insertions(+), 14 deletions(-) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index be4b05325ea..fa9c70796c9 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -23,6 +23,7 @@