Formatting.

llvm-svn: 141728
This commit is contained in:
Eric Christopher 2011-10-11 22:59:04 +00:00
parent a715203dda
commit 22773143e0

View File

@ -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;