mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Don't mash stuff together.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19611 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cba82f9339
commit
4b7899343e
@ -91,7 +91,7 @@ std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node,
|
||||
dyn_cast<ExternalSymbolSDNode>(Node)) {
|
||||
Op += "'" + std::string(ES->getSymbol()) + "'";
|
||||
} else if (const MVTSDNode *M = dyn_cast<MVTSDNode>(Node)) {
|
||||
Op = Op + "ty=" + MVT::getValueTypeString(M->getExtraValueType());
|
||||
Op = Op + " ty=" + MVT::getValueTypeString(M->getExtraValueType());
|
||||
}
|
||||
return Op;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user