aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/VirtRegMap.h
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-05-29 20:38:05 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-05-29 20:38:05 +0000
commit38af59a43c4176d8f34bd26faeb18b23080a1d9b (patch)
tree35e64515ac254af24873d46270f04a95969f54c7 /lib/CodeGen/VirtRegMap.h
parentf174cc303ba0f37ceaed75c3ea751ebd0fb3a4cd (diff)
downloadexternal_llvm-38af59a43c4176d8f34bd26faeb18b23080a1d9b.zip
external_llvm-38af59a43c4176d8f34bd26faeb18b23080a1d9b.tar.gz
external_llvm-38af59a43c4176d8f34bd26faeb18b23080a1d9b.tar.bz2
Add method to assign stack slot to virtual register without creating a
new one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13895 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/VirtRegMap.h')
-rw-r--r--lib/CodeGen/VirtRegMap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/VirtRegMap.h b/lib/CodeGen/VirtRegMap.h
index c4188bc..e9bfe76 100644
--- a/lib/CodeGen/VirtRegMap.h
+++ b/lib/CodeGen/VirtRegMap.h
@@ -97,6 +97,7 @@ namespace llvm {
}
int assignVirt2StackSlot(unsigned virtReg);
+ void assignVirt2StackSlot(unsigned virtReg, int frameIndex);
void virtFolded(unsigned virtReg,
MachineInstr* oldMI,