Fix grammar

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22279 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-06-24 18:00:40 +00:00
parent e67a951720
commit 548021f411

View File

@ -749,7 +749,7 @@ static PATypeHolder HandleUpRefs(const Type *ty) {
} }
if (ObsoleteVarArgs && NewVarArgs) if (ObsoleteVarArgs && NewVarArgs)
ThrowException("This file is corrupt in that it uses both new and old style varargs"); ThrowException("This file is corrupt: it uses both new and old style varargs");
if(ObsoleteVarArgs) { if(ObsoleteVarArgs) {
if(Function* F = Result->getNamedFunction("llvm.va_start")) { if(Function* F = Result->getNamedFunction("llvm.va_start")) {