commit | fd735bcf286e99adbbec40536128cf8ec187a446 | [log] [tgz] |
---|---|---|
author | Alkis Evlogimenos <alkis@evlogimenos.com> | Sat May 29 20:38:05 2004 +0000 |
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | Sat May 29 20:38:05 2004 +0000 |
tree | 29e45a7b2bf0ff1070bb9a9ab37eb7a190c7e76c | |
parent | e3cec71bdc02c41036752890fdab8882d7a2e816 [diff] [blame] |
Add method to assign stack slot to virtual register without creating a new one. llvm-svn: 13895
diff --git a/llvm/lib/CodeGen/VirtRegMap.h b/llvm/lib/CodeGen/VirtRegMap.h index c4188bc..e9bfe76 100644 --- a/llvm/lib/CodeGen/VirtRegMap.h +++ b/llvm/lib/CodeGen/VirtRegMap.h
@@ -97,6 +97,7 @@ } int assignVirt2StackSlot(unsigned virtReg); + void assignVirt2StackSlot(unsigned virtReg, int frameIndex); void virtFolded(unsigned virtReg, MachineInstr* oldMI,