[llvm-commits] [llvm] r161478 - /llvm/trunk/docs/CodeGenerator.rst

Bill Wendling isanbard at gmail.com
Tue Aug 7 23:42:30 PDT 2012


Author: void
Date: Wed Aug  8 01:42:30 2012
New Revision: 161478

URL: http://llvm.org/viewvc/llvm-project?rev=161478&view=rev
Log:
Move header so that it can be picked up by other .rst files.

Modified:
    llvm/trunk/docs/CodeGenerator.rst

Modified: llvm/trunk/docs/CodeGenerator.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.rst?rev=161478&r1=161477&r2=161478&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Wed Aug  8 01:42:30 2012
@@ -1,5 +1,9 @@
 .. _code_generator:
 
+==========================================
+The LLVM Target-Independent Code Generator
+==========================================
+
 .. role:: raw-html(raw)
    :format: html
 
@@ -15,10 +19,6 @@
     .yes:before { content: "Y" }
   </style>
 
-==========================================
-The LLVM Target-Independent Code Generator
-==========================================
-
 .. contents::
    :local:
 





More information about the llvm-commits mailing list