summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-01-30 21:13:22 +0000
committerChad Rosier <mcrosier@apple.com>2012-01-30 21:13:22 +0000
commit41003f819c9acbec584322d4d8655bbf08df5c7f (patch)
tree8aa887a2138aab1e1a4ed1e03c7ec448afe62fe5 /llvm/lib/Transforms
parent510850c34587d662631babfd1a5e10de113140c2 (diff)
downloadbcm5719-llvm-41003f819c9acbec584322d4d8655bbf08df5c7f.tar.gz
bcm5719-llvm-41003f819c9acbec584322d4d8655bbf08df5c7f.zip
Typo.
llvm-svn: 149275
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/GVN.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/GVN.cpp b/llvm/lib/Transforms/Scalar/GVN.cpp
index 374fdd721b3..2153182d988 100644
--- a/llvm/lib/Transforms/Scalar/GVN.cpp
+++ b/llvm/lib/Transforms/Scalar/GVN.cpp
@@ -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
OpenPOWER on IntegriCloud