mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Removing tabs.
llvm-svn: 53902
This commit is contained in:
parent
16bc3bde02
commit
01f491daa7
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user