mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +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:
parent
a2b2dc9795
commit
9732be769e
@ -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());
|
||||
}
|
||||
|
||||
|
@ -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());
|
||||
}
|
||||
|
||||
|
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user