File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -609,16 +609,10 @@ StringRef AMDGPUTargetMachine::getFeatureString(const Function &F) const {
609
609
// / and must be preserved.
610
610
static bool mustPreserveGV (const GlobalValue &GV) {
611
611
if (const Function *F = dyn_cast<Function>(&GV))
612
- <<<<<<< HEAD
613
612
return F->isDeclaration () || F->getName ().startswith (" __asan_" ) ||
614
613
F->getName ().startswith (" __sanitizer_" ) ||
615
614
AMDGPU::isEntryFunctionCC (F->getCallingConv ()) ||
616
615
F->hasFnAttribute (" sycl-module-id" );
617
- =======
618
- return F->isDeclaration () || F->getName ().starts_with (" __asan_" ) ||
619
- F->getName ().starts_with (" __sanitizer_" ) ||
620
- AMDGPU::isEntryFunctionCC (F->getCallingConv ());
621
- >>>>>>> 586ecdf205aa8b3d162da6f955170a6736656615
622
616
623
617
GV.removeDeadConstantUsers ();
624
618
return !GV.use_empty ();
You can’t perform that action at this time.
0 commit comments