From 16575de25952a5a1f4bd8476609abd0ce4e64631 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 29 Jun 2010 16:27:38 +0000 Subject: minor cosmetics git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107148 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instructions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm') diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 57c9727b23..814329288d 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -1079,7 +1079,7 @@ CallInst::CallInst(Value *Func, InputIterator ArgBegin, InputIterator ArgEnd, ->getElementType())->getReturnType(), Instruction::Call, OperandTraits::op_end(this) - (ArgEnd - ArgBegin + 1), - (unsigned)(ArgEnd - ArgBegin + 1), InsertAtEnd) { + unsigned(ArgEnd - ArgBegin + 1), InsertAtEnd) { init(Func, ArgBegin, ArgEnd, NameStr, typename std::iterator_traits::iterator_category()); } -- cgit v1.2.3