Skip to content

Commit 7262441

Browse files
kazutakahiratagithub-actions[bot]
authored andcommitted
Automerge: [Instrumentation] Remove a redundant control flow statement (NFC) (#165510)
2 parents 4d96410 + a4ffa1f commit 7262441

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemProfUse.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ static void HandleUnsupportedAnnotationKinds(GlobalVariable &GVar,
216216
}
217217
LLVM_DEBUG(dbgs() << "Skip annotation for " << GVar.getName() << " due to "
218218
<< Reason << ".\n");
219-
return;
220219
}
221220

222221
struct AllocMatchInfo {

0 commit comments

Comments
 (0)