Skip to content

Commit 9fb46ef

Browse files
authored
Remove stray debug dumps
1 parent 3e704c3 commit 9fb46ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7715,7 +7715,6 @@ TEST_F(OpenMPIRBuilderTest, createCallbackMetadata) {
77157715
FunctionCallee TaskAlloc = OMPBuilder.getOrCreateRuntimeFunction(
77167716
*M, llvm::omp::RuntimeFunction::OMPRTL___kmpc_omp_task_alloc);
77177717

7718-
M->dump();
77197718
for (auto [FC, VarArg, ArgNo] :
77207719
zip(SmallVector<FunctionCallee>(
77217720
{ForkCall, ForkCallIf, ForkTeam, TaskAlloc}),
@@ -7725,8 +7724,6 @@ TEST_F(OpenMPIRBuilderTest, createCallbackMetadata) {
77257724
cast<Function>(FC.getCallee())->getMetadata(LLVMContext::MD_callback);
77267725
EXPECT_NE(CallbackMD, nullptr);
77277726
unsigned Num = 0;
7728-
CallbackMD->dump();
7729-
M->dump();
77307727
for (const MDOperand &Op : CallbackMD->operands()) {
77317728
Num++;
77327729
MDNode *OpMD = cast<MDNode>(Op.get());

0 commit comments

Comments
 (0)