Fix a user-reported error building with GCC 3.4.4 on Cygwin.

llvm-svn: 37445
This commit is contained in:
Chris Lattner 2007-06-05 23:49:06 +00:00
parent 7948422b78
commit 31f82dff21
1 changed files with 1 additions and 1 deletions

View File

@ -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;