[go: nahoru, domu]

Skip to content

Commit

Permalink
[GlobalISel] Delete unused variable after r353432
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Jun 16, 2020
1 parent 56262a7 commit 4799fb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,6 @@ LegalizerHelper::fewerElementsVectorMultiEltType(
SmallVector<Register, 4> PartRegs, LeftoverRegs;

for (unsigned I = 1, E = MI.getNumOperands(); I != E; ++I) {
LLT LeftoverTy;
Register SrcReg = MI.getOperand(I).getReg();
LLT SrcTyI = MRI.getType(SrcReg);
LLT NarrowTyI = LLT::scalarOrVector(NewNumElts, SrcTyI.getScalarType());
Expand Down

0 comments on commit 4799fb6

Please sign in to comment.