Typo.
authorChad Rosier <mcrosier@apple.com>
Mon, 30 Jan 2012 21:13:22 +0000 (21:13 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 30 Jan 2012 21:13:22 +0000 (21:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149275 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/GVN.cpp

index 374fdd721b3fe3661b157a6b104fdb1dd1ec83a0..2153182d988c1502d30ca963a971e828bef9defd 100644 (file)
@@ -977,7 +977,7 @@ static Value *GetStoreValueForLoad(Value *SrcVal, unsigned Offset,
   return CoerceAvailableValueToLoadType(SrcVal, LoadTy, InsertPt, TD);
 }
 
-/// GetStoreValueForLoad - This function is called when we have a
+/// GetLoadValueForLoad - This function is called when we have a
 /// memdep query of a load that ends up being a clobbering load.  This means
 /// that the load *may* provide bits used by the load but we can't be sure
 /// because the pointers don't mustalias.  Check this case to see if there is