From 499f03563816521ec0aa2403c15eb6ca4ded9db9 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Thu, 25 Aug 2016 02:15:54 +0000 Subject: [PATCH] Make buildbots happy. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "warning: extra ‘;’ [-Wpedantic]" llvm-svn: 279703 --- lib/CodeGen/SplitKit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/SplitKit.cpp b/lib/CodeGen/SplitKit.cpp index b6430282b30..6d59f85d35f 100644 --- a/lib/CodeGen/SplitKit.cpp +++ b/lib/CodeGen/SplitKit.cpp @@ -387,7 +387,7 @@ LiveInterval::SubRange &SplitEditor::getSubRangeForMask(LaneBitmask LM, if (S.LaneMask == LM) return S; llvm_unreachable("SubRange for this mask not found"); -}; +} void SplitEditor::addDeadDef(LiveInterval &LI, VNInfo *VNI, bool Original) { if (!LI.hasSubRanges()) {