Skip to content

Commit

Permalink
Fix docs reference to inexistent class.
Browse files Browse the repository at this point in the history
Patch sent via telegraph by TNorthover. Thanks!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217537 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
nico committed Sep 10, 2014
1 parent 3c278b1 commit fb862fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CodeGenerator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb862fe

Please sign in to comment.