mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user