Skip to content

Commit 76fbf52

Browse files
committed
rebase
1 parent 28baeb8 commit 76fbf52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPUSplitModule.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,6 @@ void SplitGraph::buildGraph(CallGraph &CG) {
553553
// inline assembly can be ignored, unless InlineAsmIsIndirectCall is
554554
// true.
555555
if (CB->isInlineAsm()) {
556-
if (InlineAsmIsIndirectCall)
557-
HasUnknownIndirectCall = true;
558556
LLVM_DEBUG(dbgs() << " found inline assembly\n");
559557
continue;
560558
}

0 commit comments

Comments
 (0)