Remove superfluous semicolon.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 22 Dec 2021 17:42:45 +0000 (17:42 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 22 Dec 2021 17:42:45 +0000 (17:42 +0000)
Missed by MSVC

llvm/lib/Target/X86/X86ISelLowering.cpp

index ef84904..3d18685 100644 (file)
@@ -41070,7 +41070,7 @@ bool X86TargetLowering::isSplatValueForTargetNode(SDValue Op,
 
   return TargetLowering::isSplatValueForTargetNode(Op, DemandedElts, UndefElts,
                                                    Depth);
-};
+}
 
 // Helper to peek through bitops/trunc/setcc to determine size of source vector.
 // Allows combineBitcastvxi1 to determine what size vector generated a <X x i1>.