summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-01-30 22:44:13 +0000
committerChad Rosier <mcrosier@apple.com>2012-01-30 22:44:13 +0000
commit6a0baa8f09f14089c211a7ec06aeb546f302dcc4 (patch)
treeaef3b7327c7c9aa097da803b2e788936ac107b04 /llvm/lib/Transforms
parent18aa54cbaee19539d982481e30cf6e607790aac8 (diff)
downloadbcm5719-llvm-6a0baa8f09f14089c211a7ec06aeb546f302dcc4.tar.gz
bcm5719-llvm-6a0baa8f09f14089c211a7ec06aeb546f302dcc4.zip
Typo.
llvm-svn: 149289
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 2153182d988..e2617ed3d28 100644
--- a/llvm/lib/Transforms/Scalar/GVN.cpp
+++ b/llvm/lib/Transforms/Scalar/GVN.cpp
@@ -780,7 +780,7 @@ static int AnalyzeLoadFromClobberingWrite(Type *LoadTy, Value *LoadPtr,
Value *WritePtr,
uint64_t WriteSizeInBits,
const TargetData &TD) {
- // If the loaded or stored value is an first class array or struct, don't try
+ // If the loaded or stored value is a first class array or struct, don't try
// to transform them. We need to be able to bitcast to integer.
if (LoadTy->isStructTy() || LoadTy->isArrayTy())
return -1;
OpenPOWER on IntegriCloud