diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 6fbeb62389c..af7e10e49ea 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -26746,7 +26746,7 @@ static int getOneTrueElt(SDValue V) { } } return TrueIndex; -}; +} /// If exactly one element of the mask is set for a non-extending masked load, /// it is a scalar load and vector insert.