We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76545d7 commit 1b2671fCopy full SHA for 1b2671f
llvm/unittests/Transforms/Utils/CodeExtractorTest.cpp
@@ -787,7 +787,6 @@ TEST(CodeExtractor, ArgsDebugInfo) {
787
CE.findAllocas(CEAC, SinkingCands, HoistingCands, CommonExit);
788
CE.findInputsOutputs(Inputs, Outputs, SinkingCands);
789
Function *Outlined = CE.extractCodeRegion(CEAC, Inputs, Outputs);
790
- Outlined->dump();
791
EXPECT_TRUE(Outlined);
792
BasicBlock &EB = Outlined->getEntryBlock();
793
Instruction *Term = EB.getTerminator();
0 commit comments