Skip to content

Commit c979e79

Browse files
committed
[LLVM] Remove the module dump introduced mistakenly
1 parent ae4292a commit c979e79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5192,8 +5192,6 @@ TEST_F(OpenMPIRBuilderTest, TargetRegionDevice) {
51925192
auto *Deinit = TargetStore->getNextNode();
51935193
EXPECT_NE(Deinit, nullptr);
51945194

5195-
M->dump();
5196-
51975195
auto *DeinitCall = dyn_cast<CallInst>(Deinit);
51985196
EXPECT_NE(DeinitCall, nullptr);
51995197
EXPECT_EQ(DeinitCall->getCalledFunction()->getName(), "__kmpc_target_deinit");

0 commit comments

Comments
 (0)