mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Fix 80-column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
822cb58d08
commit
f0b48f836e
@ -225,8 +225,9 @@ Instruction *InstCombiner::visitExtractElementInst(ExtractElementInst &EI) {
|
||||
SrcIdx -= LHSWidth;
|
||||
Src = SVI->getOperand(1);
|
||||
}
|
||||
const Type *Int32Ty = Type::getInt32Ty(EI.getContext());
|
||||
return ExtractElementInst::Create(Src,
|
||||
ConstantInt::get(Type::getInt32Ty(EI.getContext()),
|
||||
ConstantInt::get(Int32Ty,
|
||||
SrcIdx, false));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user