forked from OSchip/llvm-project
Make buildbots happy.
"warning: extra ‘;’ [-Wpedantic]" llvm-svn: 279703
This commit is contained in:
parent
b7e4e489c3
commit
b42e0e7fa3
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue