summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2016-08-25 02:15:54 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2016-08-25 02:15:54 +0000
commitb42e0e7fa3681a8e7314958cafd0a021e149a2f1 (patch)
tree50f54e568e333511bf2cde513951f80da870bf2f /llvm/lib/CodeGen
parentb7e4e489c37c190700d7db8b2825f8d20033fe43 (diff)
downloadbcm5719-llvm-b42e0e7fa3681a8e7314958cafd0a021e149a2f1.tar.gz
bcm5719-llvm-b42e0e7fa3681a8e7314958cafd0a021e149a2f1.zip
Make buildbots happy.
"warning: extra ‘;’ [-Wpedantic]" llvm-svn: 279703
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SplitKit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.cpp b/llvm/lib/CodeGen/SplitKit.cpp
index b6430282b30..6d59f85d35f 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()) {
OpenPOWER on IntegriCloud