[llvm-commits] [llvm] r141728 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Eric Christopher
echristo at apple.com
Tue Oct 11 15:59:04 PDT 2011
Author: echristo
Date: Tue Oct 11 17:59:04 2011
New Revision: 141728
URL: http://llvm.org/viewvc/llvm-project?rev=141728&view=rev
Log:
Formatting.
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp?rev=141728&r1=141727&r2=141728&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp Tue Oct 11 17:59:04 2011
@@ -6351,8 +6351,7 @@
static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N,
const SelectionDAG *G, unsigned depth,
- unsigned indent)
-{
+ unsigned indent) {
if (depth == 0)
return;
More information about the llvm-commits
mailing list