From 94e90b94063768557ee0ac200c2235c5ff33c2bf Mon Sep 17 00:00:00 2001
From: Jakob Stoklund Olesen
Date: Tue, 31 Aug 2010 22:01:07 +0000
Subject: [PATCH] Stack slot access methods are in TargetInstrInfo.
llvm-svn: 112653
---
llvm/docs/CodeGenerator.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html
index 8b1db7ac3da7..4d0813fd6dc8 100644
--- a/llvm/docs/CodeGenerator.html
+++ b/llvm/docs/CodeGenerator.html
@@ -1457,8 +1457,8 @@ bool RegMapping_Fer::compatible_class(MachineFunction &mf,
order to get and store values in memory. To assign a physical register to a
virtual register present in a given operand,
use MachineOperand::setReg(p_reg). To insert a store instruction,
- use TargetRegisterInfo::storeRegToStackSlot(...), and to insert a
- load instruction, use TargetRegisterInfo::loadRegFromStackSlot.
+ use TargetInstrInfo::storeRegToStackSlot(...), and to insert a
+ load instruction, use TargetInstrInfo::loadRegFromStackSlot.
The indirect mapping shields the application developer from the complexities
of inserting load and store instructions. In order to map a virtual register
--
2.34.1