summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 6fbeb62389c..af7e10e49ea 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud