Fix typeo

llvm-svn: 8059
This commit is contained in:
Chris Lattner 2003-08-22 20:16:48 +00:00
parent b4d9921728
commit 954a6095d7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static bool ResolveTypes(const Type *DestTy, const Type *SrcTy,
static const FunctionType *getFT(const PATypeHolder &TH) {
return cast<FunctionType>(TH.get());
}
static const StructType *getsT(const PATypeHolder &TH) {
static const StructType *getST(const PATypeHolder &TH) {
return cast<StructType>(TH.get());
}