[llvm] r217537 - Fix docs reference to inexistent class.
    Nico Weber 
    nicolasweber at gmx.de
       
    Wed Sep 10 12:50:55 PDT 2014
    
    
  
Author: nico
Date: Wed Sep 10 14:50:55 2014
New Revision: 217537
URL: http://llvm.org/viewvc/llvm-project?rev=217537&view=rev
Log:
Fix docs reference to inexistent class.
Patch sent via telegraph by TNorthover. Thanks!
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=217537&r1=217536&r2=217537&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Wed Sep 10 14:50:55 2014
@@ -290,10 +290,10 @@ the opcode, the number of operands, the
 whether the instruction has certain target-independent properties (accesses
 memory, is commutable, etc), and holds any target-specific flags.
 
-The ``TargetFrameInfo`` class
+The ``TargetFrameLowering`` class
 -----------------------------
 
-The ``TargetFrameInfo`` class is used to provide information about the stack
+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
 stack alignment on entry to each function, and the offset to the local area.
 The offset to the local area is the offset from the stack pointer on function
    
    
More information about the llvm-commits
mailing list