mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 21:11:36 +00:00
Fix grammar
llvm-svn: 22279
This commit is contained in:
parent
8842bcc3fc
commit
6f3c7b46ee
@ -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")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user