Loading llvm/lib/MC/MCContext.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -846,9 +846,6 @@ MCSectionSPIRV *MCContext::getSPIRVSection() { Result->getFragmentList().insert(Result->begin(), F); F->setParent(Result); if (Begin) Begin->setFragment(F); return Result; } Loading Loading
llvm/lib/MC/MCContext.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -846,9 +846,6 @@ MCSectionSPIRV *MCContext::getSPIRVSection() { Result->getFragmentList().insert(Result->begin(), F); F->setParent(Result); if (Begin) Begin->setFragment(F); return Result; } Loading