diff options
| author | Gabor Greif <ggreif@gmail.com> | 2010-03-23 13:45:54 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2010-03-23 13:45:54 +0000 |
| commit | 668d700fe3518de43a848bd55e3aea7ccc9c5ade (patch) | |
| tree | f3c9dccbe7be47be18531ba11ab9454e754478e1 | |
| parent | e248dca3003f66e06bb739f77ff65033da29e02a (diff) | |
| download | bcm5719-llvm-668d700fe3518de43a848bd55e3aea7ccc9c5ade.tar.gz bcm5719-llvm-668d700fe3518de43a848bd55e3aea7ccc9c5ade.zip | |
word-o
llvm-svn: 99275
| -rw-r--r-- | llvm/lib/VMCore/Instructions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Instructions.cpp b/llvm/lib/VMCore/Instructions.cpp index 8f4763f5a49..ba749bc1514 100644 --- a/llvm/lib/VMCore/Instructions.cpp +++ b/llvm/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())) && - "Calling a function with bad signature"); + "Invoking a function with bad signature"); for (unsigned i = 0, e = NumArgs; i != e; i++) { assert((i >= FTy->getNumParams() || |

