Skip to content

Commit 8b58344

Browse files
committed
Remove superfluous semicolon.
Missed by MSVC
1 parent ece75e2 commit 8b58344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41070,7 +41070,7 @@ bool X86TargetLowering::isSplatValueForTargetNode(SDValue Op,
4107041070

4107141071
return TargetLowering::isSplatValueForTargetNode(Op, DemandedElts, UndefElts,
4107241072
Depth);
41073-
};
41073+
}
4107441074

4107541075
// Helper to peek through bitops/trunc/setcc to determine size of source vector.
4107641076
// Allows combineBitcastvxi1 to determine what size vector generated a <X x i1>.

0 commit comments

Comments
 (0)