From 85f4054b2e42cc43bae898122a0294b80fe9cbb8 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 22 Jul 2008 07:14:12 +0000 Subject: [PATCH] Removing tabs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53902 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instructions.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 162601724c6..d6252932fab 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::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::iterator_category()); }