mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141728 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f691977d7
commit
5ba7b501fd
@ -6351,8 +6351,7 @@ void SDNode::print(raw_ostream &OS, const SelectionDAG *G) const {
|
||||
|
||||
static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N,
|
||||
const SelectionDAG *G, unsigned depth,
|
||||
unsigned indent)
|
||||
{
|
||||
unsigned indent) {
|
||||
if (depth == 0)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user