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:
parent
d2d132562f
commit
499f035638
@ -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
Block a user