Fix docs reference to inexistent class.
authorNico Weber <nicolasweber@gmx.de>
Wed, 10 Sep 2014 19:50:55 +0000 (19:50 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 10 Sep 2014 19:50:55 +0000 (19:50 +0000)
Patch sent via telegraph by TNorthover. Thanks!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217537 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.rst

index facedc32a4f7f8bf7dba0459623a10f7176c447e..9eb8cf32cb8ce2309d8a875389922efa8ee99b33 100644 (file)
@@ -290,10 +290,10 @@ the opcode, the number of operands, the list of implicit register uses and defs,
 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