[llvm-commits] [llvm] r48967 - /llvm/trunk/lib/VMCore/Constants.cpp
Duncan Sands
baldrick at free.fr
Sun Mar 30 12:38:55 PDT 2008
Author: baldrick
Date: Sun Mar 30 14:38:55 2008
New Revision: 48967
URL: http://llvm.org/viewvc/llvm-project?rev=48967&view=rev
Log:
Fix comment typo.
Modified:
llvm/trunk/lib/VMCore/Constants.cpp
Modified: llvm/trunk/lib/VMCore/Constants.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/Constants.cpp?rev=48967&r1=48966&r2=48967&view=diff
==============================================================================
--- llvm/trunk/lib/VMCore/Constants.cpp (original)
+++ llvm/trunk/lib/VMCore/Constants.cpp Sun Mar 30 14:38:55 2008
@@ -1510,7 +1510,7 @@
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!");
More information about the llvm-commits
mailing list