forked from OSchip/llvm-project
SelectionDAGISel::CodeGenAndEmitDAG - remove unused variable. NFCI.
llvm-svn: 360514
This commit is contained in:
parent
682cc09675
commit
aeed0a30c0
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue