diff options
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Analysis/MemorySSAUpdater.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/include/llvm/Analysis/MemorySSAUpdater.h b/llvm/include/llvm/Analysis/MemorySSAUpdater.h index d4d8040c1ff..872f574733c 100644 --- a/llvm/include/llvm/Analysis/MemorySSAUpdater.h +++ b/llvm/include/llvm/Analysis/MemorySSAUpdater.h @@ -99,7 +99,7 @@ public:    /// load a    /// Where a mayalias b, *does* require RenameUses be set to true.    void insertDef(MemoryDef *Def, bool RenameUses = false); -  void insertUse(MemoryUse *Use); +  void insertUse(MemoryUse *Use, bool RenameUses = false);    /// Update the MemoryPhi in `To` following an edge deletion between `From` and    /// `To`. If `To` becomes unreachable, a call to removeBlocks should be made.    void removeEdge(BasicBlock *From, BasicBlock *To); | 

