[llvm-commits] [llvm] r107148 - /llvm/trunk/include/llvm/Instructions.h

Gabor Greif ggreif at gmail.com
Tue Jun 29 09:27:38 PDT 2010


Author: ggreif
Date: Tue Jun 29 11:27:38 2010
New Revision: 107148

URL: http://llvm.org/viewvc/llvm-project?rev=107148&view=rev
Log:
minor cosmetics

Modified:
    llvm/trunk/include/llvm/Instructions.h

Modified: llvm/trunk/include/llvm/Instructions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Instructions.h?rev=107148&r1=107147&r2=107148&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Instructions.h (original)
+++ llvm/trunk/include/llvm/Instructions.h Tue Jun 29 11:27:38 2010
@@ -1079,7 +1079,7 @@
                                    ->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());
 }





More information about the llvm-commits mailing list