projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e67a951
)
Fix grammar
author
Chris Lattner
<sabre@nondot.org>
Fri, 24 Jun 2005 18:00:40 +0000
(18:00 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 24 Jun 2005 18:00:40 +0000
(18:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22279
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/AsmParser/llvmAsmParser.y
patch
|
blob
|
history
diff --git
a/lib/AsmParser/llvmAsmParser.y
b/lib/AsmParser/llvmAsmParser.y
index 178c533093464305cff884519767785e66d9a749..e8ca9c00683f6dd1706010b9e740b20bd0c6ac9a 100644
(file)
--- 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")) {