projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d564686
)
Fix comment typo.
author
Duncan Sands
<baldrick@free.fr>
Sun, 30 Mar 2008 19:38:55 +0000
(19:38 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Sun, 30 Mar 2008 19:38:55 +0000
(19:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48967
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Constants.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Constants.cpp
b/lib/VMCore/Constants.cpp
index bd528b0a250e3cb6bb76f5b23ae83bee361832c3..470e247e4cc464aec9687b63b3d59537082a8527 100644
(file)
--- 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!");