mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Don't repeat name in comment or duplicate comment. NFC.
llvm-svn: 222724
This commit is contained in:
parent
654b3a4863
commit
2f4773263d
@ -63,8 +63,8 @@ public:
|
|||||||
/// equivalent to the specified type in the source module.
|
/// equivalent to the specified type in the source module.
|
||||||
void addTypeMapping(Type *DstTy, Type *SrcTy);
|
void addTypeMapping(Type *DstTy, Type *SrcTy);
|
||||||
|
|
||||||
/// linkDefinedTypeBodies - Produce a body for an opaque type in the dest
|
/// Produce a body for an opaque type in the dest module from a type
|
||||||
/// module from a type definition in the source module.
|
/// definition in the source module.
|
||||||
void linkDefinedTypeBodies();
|
void linkDefinedTypeBodies();
|
||||||
|
|
||||||
/// Return the mapped type to use for the specified input type from the
|
/// Return the mapped type to use for the specified input type from the
|
||||||
@ -201,8 +201,6 @@ bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Produce a body for an opaque type in the dest module from a type definition
|
|
||||||
/// in the source module.
|
|
||||||
void TypeMapTy::linkDefinedTypeBodies() {
|
void TypeMapTy::linkDefinedTypeBodies() {
|
||||||
SmallVector<Type*, 16> Elements;
|
SmallVector<Type*, 16> Elements;
|
||||||
SmallString<16> TmpName;
|
SmallString<16> TmpName;
|
||||||
|
Loading…
Reference in New Issue
Block a user