summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-10-11 22:59:04 +0000
committerEric Christopher <echristo@apple.com>2011-10-11 22:59:04 +0000
commit5ba7b501fd4b88e3fea590499e9464b4b2c153a4 (patch)
tree006e430fb060cfc228a12476c3c3de634bc8f93c
parent0f691977d7d0543b29cf37aec6b7fe0346857b8b (diff)
downloadllvm-5ba7b501fd4b88e3fea590499e9464b4b2c153a4.tar.gz
llvm-5ba7b501fd4b88e3fea590499e9464b4b2c153a4.tar.bz2
llvm-5ba7b501fd4b88e3fea590499e9464b4b2c153a4.tar.xz
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141728 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAG.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 6a549e8760..d9d0d2709c 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -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;