diff options
Diffstat (limited to 'lib/CodeGen/VirtRegMap.h')
-rw-r--r-- | lib/CodeGen/VirtRegMap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/VirtRegMap.h b/lib/CodeGen/VirtRegMap.h index 8385f3db04..f6d305e494 100644 --- a/lib/CodeGen/VirtRegMap.h +++ b/lib/CodeGen/VirtRegMap.h @@ -181,6 +181,10 @@ namespace llvm { void virtFolded(unsigned VirtReg, MachineInstr *OldMI, unsigned OpNum, MachineInstr *NewMI); + /// @brief Updates information about the specified virtual register's value + /// folded into the specified machine instruction. + void virtFolded(unsigned VirtReg, MachineInstr *MI, ModRef MRInfo); + /// @brief returns the virtual registers' values folded in memory /// operands of this instruction std::pair<MI2VirtMapTy::const_iterator, MI2VirtMapTy::const_iterator> |