diff --git a/include/llvm/Analysis/MemoryDependenceAnalysis.h b/include/llvm/Analysis/MemoryDependenceAnalysis.h index 6a1df11eb92..55df36dc297 100644 --- a/include/llvm/Analysis/MemoryDependenceAnalysis.h +++ b/include/llvm/Analysis/MemoryDependenceAnalysis.h @@ -156,7 +156,7 @@ namespace llvm { typedef PointerIntPair ValueIsLoadPair; /// CachedNonLocalPointerInfo - This map stores the cached results of doing - /// a pointer lookup at the bottom of a block. Key key of this map is the + /// a pointer lookup at the bottom of a block. The key of this map is the /// pointer+isload bit, the value is a list of result> mappings. typedef DenseMapCachedNonLocalPointerInfo; CachedNonLocalPointerInfo NonLocalPointerDeps;