minor cosmetics
authorGabor Greif <ggreif@gmail.com>
Tue, 29 Jun 2010 16:27:38 +0000 (16:27 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 29 Jun 2010 16:27:38 +0000 (16:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107148 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Instructions.h

index 57c9727b231391828f5dd92a670d635b7220f9dc..814329288d03778c7be2c300d104a276999c79a5 100644 (file)
@@ -1079,7 +1079,7 @@ CallInst::CallInst(Value *Func, InputIterator ArgBegin, InputIterator ArgEnd,
                                    ->getElementType())->getReturnType(),
                 Instruction::Call,
                 OperandTraits<CallInst>::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<InputIterator>::iterator_category());
 }