diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-07-22 07:14:12 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-07-22 07:14:12 +0000 |
commit | 85f4054b2e42cc43bae898122a0294b80fe9cbb8 (patch) | |
tree | a6dc500a1208c97f8141be3cbf28899286afc1b9 | |
parent | 7c6d410f66b3b76a5c1867b827cfc6ff46591bf9 (diff) |
Removing tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53902 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Instructions.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 162601724c..d6252932fa 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -1638,8 +1638,8 @@ ExtractValueInst::ExtractValueInst(Value *Agg, const std::string &Name, Instruction *InsertBefore) : UnaryInstruction(checkType(getIndexedType(Agg->getType(), - IdxBegin, IdxEnd)), - ExtractValue, Agg, InsertBefore) { + IdxBegin, IdxEnd)), + ExtractValue, Agg, InsertBefore) { init(IdxBegin, IdxEnd, Name, typename std::iterator_traits<InputIterator>::iterator_category()); } @@ -1650,8 +1650,8 @@ ExtractValueInst::ExtractValueInst(Value *Agg, const std::string &Name, BasicBlock *InsertAtEnd) : UnaryInstruction(checkType(getIndexedType(Agg->getType(), - IdxBegin, IdxEnd)), - ExtractValue, Agg, InsertAtEnd) { + IdxBegin, IdxEnd)), + ExtractValue, Agg, InsertAtEnd) { init(IdxBegin, IdxEnd, Name, typename std::iterator_traits<InputIterator>::iterator_category()); } |