mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Removing tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c6d410f66
commit
85f4054b2e
@ -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…
x
Reference in New Issue
Block a user