From b42e0e7fa3681a8e7314958cafd0a021e149a2f1 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=utf8 Content-Transfer-Encoding: 8bit "warning: extra ‘;’ [-Wpedantic]" llvm-svn: 279703 --- llvm/lib/CodeGen/SplitKit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/SplitKit.cpp b/llvm/lib/CodeGen/SplitKit.cpp index b643028..6d59f85 100644 --- a/llvm/lib/CodeGen/SplitKit.cpp +++ b/llvm/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()) { -- 2.7.4