mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 01:15:32 +00:00
Fix a user-reported error building with GCC 3.4.4 on Cygwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37445 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
993fc9594e
commit
1405d008d8
@ -271,7 +271,7 @@ std::string Intrinsic::getName(ID id, const Type **Tys, unsigned numTys) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const FunctionType *Intrinsic::getType(ID id, const Type **Tys,
|
const FunctionType *Intrinsic::getType(ID id, const Type **Tys,
|
||||||
uint32_t numTys) {
|
unsigned numTys) {
|
||||||
const Type *ResultTy = NULL;
|
const Type *ResultTy = NULL;
|
||||||
std::vector<const Type*> ArgTys;
|
std::vector<const Type*> ArgTys;
|
||||||
bool IsVarArg = false;
|
bool IsVarArg = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user