mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-03 01:18:47 +00:00
Fix 80-column violation.
llvm-svn: 117722
This commit is contained in:
parent
d7f24e831f
commit
59dedc2629
@ -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…
Reference in New Issue
Block a user