forked from OSchip/llvm-project
Fix a user-reported error building with GCC 3.4.4 on Cygwin.
llvm-svn: 37445
This commit is contained in:
parent
7948422b78
commit
31f82dff21
|
@ -271,7 +271,7 @@ std::string Intrinsic::getName(ID id, const Type **Tys, unsigned numTys) {
|
|||
}
|
||||
|
||||
const FunctionType *Intrinsic::getType(ID id, const Type **Tys,
|
||||
uint32_t numTys) {
|
||||
unsigned numTys) {
|
||||
const Type *ResultTy = NULL;
|
||||
std::vector<const Type*> ArgTys;
|
||||
bool IsVarArg = false;
|
||||
|
|
Loading…
Reference in New Issue