summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-03-30 19:38:55 +0000
committerDuncan Sands <baldrick@free.fr>2008-03-30 19:38:55 +0000
commit7d6c8ae4886cf087f00213be3378bb51184b9010 (patch)
tree50e78114d7f911dbd8f40daeaedd381cfbfcdf31 /llvm/lib
parenta2eba03db226cb39a2de996ae3cf56fe131c4d1f (diff)
downloadbcm5719-llvm-7d6c8ae4886cf087f00213be3378bb51184b9010.tar.gz
bcm5719-llvm-7d6c8ae4886cf087f00213be3378bb51184b9010.zip
Fix comment typo.
llvm-svn: 48967
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Constants.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Constants.cpp b/llvm/lib/VMCore/Constants.cpp
index bd528b0a250..470e247e4cc 100644
--- a/llvm/lib/VMCore/Constants.cpp
+++ b/llvm/lib/VMCore/Constants.cpp
@@ -1510,7 +1510,7 @@ static ManagedStatic<ValueMap<ExprMapKeyType, Type,
ConstantExpr> > ExprConstants;
/// This is a utility function to handle folding of casts and lookup of the
-/// cast in the ExprConstants map. It is usedby the various get* methods below.
+/// cast in the ExprConstants map. It is used by the various get* methods below.
static inline Constant *getFoldedCast(
Instruction::CastOps opc, Constant *C, const Type *Ty) {
assert(Ty->isFirstClassType() && "Cannot cast to an aggregate type!");
OpenPOWER on IntegriCloud