mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 17:32:36 +00:00
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22279 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e67a951720
commit
548021f411
@ -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