Commit 09011c4e authored by Luo, Yuanke's avatar Luo, Yuanke
Browse files

[Coverity] Constant variable guards dead code.

parent ea79b3bc
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -846,9 +846,6 @@ MCSectionSPIRV *MCContext::getSPIRVSection() {
  Result->getFragmentList().insert(Result->begin(), F);
  F->setParent(Result);

  if (Begin)
    Begin->setFragment(F);

  return Result;
}