[llvm] r217541 - [sphinx cleanup]

Dan Liew dan at su-root.co.uk
Wed Sep 10 13:43:03 PDT 2014


Author: delcypher
Date: Wed Sep 10 15:43:03 2014
New Revision: 217541

URL: http://llvm.org/viewvc/llvm-project?rev=217541&view=rev
Log:
[sphinx cleanup]
Fix sphinx warning introduced by r217537

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=217541&r1=217540&r2=217541&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Wed Sep 10 15:43:03 2014
@@ -291,7 +291,7 @@ whether the instruction has certain targ
 memory, is commutable, etc), and holds any target-specific flags.
 
 The ``TargetFrameLowering`` class
------------------------------
+---------------------------------
 
 The ``TargetFrameLowering`` class is used to provide information about the stack
 frame layout of the target. It holds the direction of stack growth, the known





More information about the llvm-commits mailing list