diff --git a/lib/AsmParser/llvmAsmParser.y b/lib/AsmParser/llvmAsmParser.y index 178c5330934..e8ca9c00683 100644 --- a/lib/AsmParser/llvmAsmParser.y +++ b/lib/AsmParser/llvmAsmParser.y @@ -749,7 +749,7 @@ static PATypeHolder HandleUpRefs(const Type *ty) { } 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(Function* F = Result->getNamedFunction("llvm.va_start")) {