SelectionDAGISel::CodeGenAndEmitDAG - remove unused variable. NFCI.

llvm-svn: 360514
This commit is contained in:
Simon Pilgrim 2019-05-11 11:00:37 +00:00
parent 682cc09675
commit aeed0a30c0
1 changed files with 0 additions and 3 deletions

View File

@ -742,8 +742,6 @@ void SelectionDAGISel::CodeGenAndEmitDAG() {
StringRef GroupName = "sdag";
StringRef GroupDescription = "Instruction Selection and Scheduling";
std::string BlockName;
int BlockNumber = -1;
(void)BlockNumber;
bool MatchFilterBB = false; (void)MatchFilterBB;
#ifndef NDEBUG
TargetTransformInfo &TTI =
@ -764,7 +762,6 @@ void SelectionDAGISel::CodeGenAndEmitDAG() {
ViewSUnitDAGs)
#endif
{
BlockNumber = FuncInfo->MBB->getNumber();
BlockName =
(MF->getName() + ":" + FuncInfo->MBB->getBasicBlock()->getName()).str();
}