From: Gabor Greif Date: Tue, 23 Mar 2010 13:45:54 +0000 (+0000) Subject: word-o X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=050560e535fe10b59ba608f19b43cfecd02c75b7;p=oota-llvm.git word-o git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99275 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Instructions.cpp b/lib/VMCore/Instructions.cpp index 8f4763f5a49..ba749bc1514 100644 --- 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())) && - "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() ||