mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Check in the correct version of the patch in r59279.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59280 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
505a551dab
commit
90c5201dd1
@ -462,7 +462,7 @@ std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU,
|
||||
} else {
|
||||
std::string s;
|
||||
raw_string_ostream oss(s);
|
||||
SU->MI->print(oss);
|
||||
SU->getInstr()->print(oss);
|
||||
Op += oss.str();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user