projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab3846
)
minor cosmetics
author
Gabor Greif
<ggreif@gmail.com>
Tue, 29 Jun 2010 16:27:38 +0000
(16:27 +0000)
committer
Gabor 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
patch
|
blob
|
history
diff --git
a/include/llvm/Instructions.h
b/include/llvm/Instructions.h
index 57c9727b231391828f5dd92a670d635b7220f9dc..814329288d03778c7be2c300d104a276999c79a5 100644
(file)
--- 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<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());
}