diff options
| author | Gabor Greif <ggreif@gmail.com> | 2010-06-29 16:27:38 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2010-06-29 16:27:38 +0000 |
| commit | e31bba37f31894118a602eafb2e1fc2f36dc8017 (patch) | |
| tree | ed1038b0ea61f1aa9c82e6443e68f74f05f04ade | |
| parent | 83b993a977d4ed6689c5e4f9dbf4e0bab04b0f2d (diff) | |
| download | bcm5719-llvm-e31bba37f31894118a602eafb2e1fc2f36dc8017.tar.gz bcm5719-llvm-e31bba37f31894118a602eafb2e1fc2f36dc8017.zip | |
minor cosmetics
llvm-svn: 107148
| -rw-r--r-- | llvm/include/llvm/Instructions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Instructions.h b/llvm/include/llvm/Instructions.h index 57c9727b231..814329288d0 100644 --- a/llvm/include/llvm/Instructions.h +++ b/llvm/include/llvm/Instructions.h @@ -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()); } |

