mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d564686dff
commit
66a1a05c86
@ -1510,7 +1510,7 @@ static ManagedStatic<ValueMap<ExprMapKeyType, Type,
|
|||||||
ConstantExpr> > ExprConstants;
|
ConstantExpr> > ExprConstants;
|
||||||
|
|
||||||
/// This is a utility function to handle folding of casts and lookup of the
|
/// 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(
|
static inline Constant *getFoldedCast(
|
||||||
Instruction::CastOps opc, Constant *C, const Type *Ty) {
|
Instruction::CastOps opc, Constant *C, const Type *Ty) {
|
||||||
assert(Ty->isFirstClassType() && "Cannot cast to an aggregate type!");
|
assert(Ty->isFirstClassType() && "Cannot cast to an aggregate type!");
|
||||||
|
Loading…
Reference in New Issue
Block a user