Typo.
[oota-llvm.git] / lib / CodeGen / VirtRegMap.h
index 8385f3db0499c320ac95c69d037d832ae2af6a74..f6d305e494f4773acb562d7a4bee7a85fd1364d7 100644 (file)
@@ -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>