From 91cb694fd7473fc95d0e0b6f5c6bd52818339e02 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Sat, 1 Dec 2012 12:13:48 +0000 Subject: Documentation: convert WritingAnLLVMBackend.html to reST git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169087 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/CodeGenerator.rst') diff --git a/docs/CodeGenerator.rst b/docs/CodeGenerator.rst index e2bbdb548c..cafa93e46a 100644 --- a/docs/CodeGenerator.rst +++ b/docs/CodeGenerator.rst @@ -250,6 +250,8 @@ operations. Among other things, this class indicates: * various high-level characteristics, like whether it is profitable to turn division by a constant into a multiplication sequence. +.. _TargetRegisterInfo: + The ``TargetRegisterInfo`` class -------------------------------- @@ -771,6 +773,8 @@ value of type i1, i8, i16, or i64 would be illegal, as would a DAG that uses a SREM or UREM operation. The `legalize types`_ and `legalize operations`_ phases are responsible for turning an illegal DAG into a legal DAG. +.. _SelectionDAG-Process: + SelectionDAG Instruction Selection Process ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3