Make buildbots happy.

"warning: extra ‘;’ [-Wpedantic]"

llvm-svn: 279703
This commit is contained in:
George Burgess IV 2016-08-25 02:15:54 +00:00
parent b7e4e489c3
commit b42e0e7fa3
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {