Fix typeo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-22 20:16:48 +00:00
parent a2b2dc9795
commit 9732be769e
3 changed files with 3 additions and 3 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());
}

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());
}

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());
}