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.
2 parents 2a291e2 + 1b2671f commit 1a95d13Copy full SHA for 1a95d13
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