Skip to content

Commit 30878fa

Browse files
Update llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Co-authored-by: Sergei Barannikov <[email protected]>
1 parent 8de7304 commit 30878fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10906,7 +10906,7 @@ void TargetLowering::forceExpandMultiply(SelectionDAG &DAG, const SDLoc &dl,
1090610906
DAG.getNode(ISD::ADD, dl, VT, UH, VH));
1090710907

1090810908
// If HiLHS and HiRHS are set, multiply them by the opposite low part and add
10909-
// them to products to Hi.
10909+
// the products to Hi.
1091010910
if (HiLHS) {
1091110911
Hi = DAG.getNode(ISD::ADD, dl, VT, Hi,
1091210912
DAG.getNode(ISD::ADD, dl, VT,

0 commit comments

Comments
 (0)