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:
c289a02
)
word-o
author
Gabor Greif
<ggreif@gmail.com>
Tue, 23 Mar 2010 13:45:54 +0000
(13:45 +0000)
committer
Gabor Greif
<ggreif@gmail.com>
Tue, 23 Mar 2010 13:45:54 +0000
(13:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99275
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Instructions.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Instructions.cpp
b/lib/VMCore/Instructions.cpp
index 8f4763f5a492cc8f3eaf9fb53cf5e1337410b9f5..ba749bc1514dce2b0152fb5c1447fcc83b8f0b14 100644
(file)
--- a/
lib/VMCore/Instructions.cpp
+++ b/
lib/VMCore/Instructions.cpp
@@
-621,7
+621,7
@@
void InvokeInst::init(Value *Fn, BasicBlock *IfNormal, BasicBlock *IfException,
assert(((NumArgs == FTy->getNumParams()) ||
(FTy->isVarArg() && NumArgs > FTy->getNumParams())) &&
- "
Call
ing a function with bad signature");
+ "
Invok
ing a function with bad signature");
for (unsigned i = 0, e = NumArgs; i != e; i++) {
assert((i >= FTy->getNumParams() ||