mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
80 column rule.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
33c960f523
commit
4caa0427bf
@ -5753,7 +5753,8 @@ void SDNode::printr(raw_ostream &OS, const SelectionDAG *G) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
typedef SmallPtrSet<const SDNode *, 128> VisitedSDNodeSet;
|
typedef SmallPtrSet<const SDNode *, 128> VisitedSDNodeSet;
|
||||||
static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, const SelectionDAG *G, VisitedSDNodeSet &once) {
|
static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent,
|
||||||
|
const SelectionDAG *G, VisitedSDNodeSet &once) {
|
||||||
if (!once.insert(N)) // If we've been here before, return now.
|
if (!once.insert(N)) // If we've been here before, return now.
|
||||||
return;
|
return;
|
||||||
// Dump the current SDNode, but don't end the line yet.
|
// Dump the current SDNode, but don't end the line yet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user