diff options
author | Duncan Sands <baldrick@free.fr> | 2008-03-30 19:38:55 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-03-30 19:38:55 +0000 |
commit | 66a1a05c86721b2769ef107d39675afe3c79b913 (patch) | |
tree | dc249baae15644ec8150b743e73704e7dc8f576b /lib/VMCore | |
parent | d564686dff04c329285a68308cdf84df7afd5e37 (diff) | |
download | external_llvm-66a1a05c86721b2769ef107d39675afe3c79b913.zip external_llvm-66a1a05c86721b2769ef107d39675afe3c79b913.tar.gz external_llvm-66a1a05c86721b2769ef107d39675afe3c79b913.tar.bz2 |
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r-- | lib/VMCore/Constants.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index bd528b0..470e247 100644 --- a/lib/VMCore/Constants.cpp +++ b/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!"); |