From: Chris Lattner Date: Sun, 7 Dec 2008 18:21:37 +0000 (+0000) Subject: fix a typo duncan noticed! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e91a4881e17127686345f62df08da6370b14d51f;p=oota-llvm.git fix a typo duncan noticed! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60671 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;