Skip to content

Commit 1b2671f

Browse files
authored
Remove a debugging message left in a unit test. (llvm#137451)
This should fix the regression reported in llvm#136016 (comment)
1 parent 76545d7 commit 1b2671f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/unittests/Transforms/Utils/CodeExtractorTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,6 @@ TEST(CodeExtractor, ArgsDebugInfo) {
787787
CE.findAllocas(CEAC, SinkingCands, HoistingCands, CommonExit);
788788
CE.findInputsOutputs(Inputs, Outputs, SinkingCands);
789789
Function *Outlined = CE.extractCodeRegion(CEAC, Inputs, Outputs);
790-
Outlined->dump();
791790
EXPECT_TRUE(Outlined);
792791
BasicBlock &EB = Outlined->getEntryBlock();
793792
Instruction *Term = EB.getTerminator();

0 commit comments

Comments
 (0)