summaryrefslogtreecommitdiffstats
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
commit57d16927504a90f2ae7f8781134190aba4eb29c2 (patch)
tree7d9fda472fd9cb4e950cb02d7f29aa29015b8bab
parentcbce39c8b9ee9b280871dfb391b8c6fd3080aeb8 (diff)
downloadbcm5719-llvm-57d16927504a90f2ae7f8781134190aba4eb29c2.tar.gz
bcm5719-llvm-57d16927504a90f2ae7f8781134190aba4eb29c2.zip
Formatting.
llvm-svn: 141728
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 6a549e8760a..d9d0d2709c3 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud