mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Formatting.
llvm-svn: 141728
This commit is contained in:
parent
a715203dda
commit
22773143e0
@ -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