summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-09-10 19:50:55 +0000
committerNico Weber <nicolasweber@gmx.de>2014-09-10 19:50:55 +0000
commit4b916b21b47d1bf9b4676ce960f85130602df7f5 (patch)
tree0f36567079350ebb9549137d85d374765518a7a9 /llvm/docs
parent71143ed24b0e436feb12883c54a7d911a960301e (diff)
downloadbcm5719-llvm-4b916b21b47d1bf9b4676ce960f85130602df7f5.tar.gz
bcm5719-llvm-4b916b21b47d1bf9b4676ce960f85130602df7f5.zip
Fix docs reference to inexistent class.
Patch sent via telegraph by TNorthover. Thanks! llvm-svn: 217537
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/CodeGenerator.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst
index facedc32a4f..9eb8cf32cb8 100644
--- a/llvm/docs/CodeGenerator.rst
+++ b/llvm/docs/CodeGenerator.rst
@@ -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
OpenPOWER on IntegriCloud