1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 d2d132562f
commit 499f035638

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