mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
ARMConstantPoolMBB::print should print BB number.
llvm-svn: 142867
This commit is contained in:
@@ -315,5 +315,6 @@ void ARMConstantPoolMBB::addSelectionDAGCSEId(FoldingSetNodeID &ID) {
|
||||
}
|
||||
|
||||
void ARMConstantPoolMBB::print(raw_ostream &O) const {
|
||||
O << "BB#" << MBB->getNumber();
|
||||
ARMConstantPoolValue::print(O);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user