Skip to content

Commit 14cc218

Browse files
committed
[RISCV] add a missing brace in RISCVISelLowering.cpp
Signed-off-by: Shreeyash Pandey <[email protected]>
1 parent 69d9c85 commit 14cc218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21387,6 +21387,7 @@ void RISCVTargetLowering::computeKnownBitsForTargetNode(const SDValue Op,
2138721387
// Restore the original width by sign extending.
2138821388
Known = Known.sext(BitWidth);
2138921389
break;
21390+
}
2139021391
case RISCVISD::SRAW: {
2139121392
KnownBits Known2;
2139221393
Known = DAG.computeKnownBits(Op.getOperand(0), DemandedElts, Depth + 1);

0 commit comments

Comments
 (0)