commit | 5961102d310d0fe2554b3610bea1df2b183cb3da | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Nov 17 22:57:23 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Nov 17 22:57:23 2002 +0000 |
tree | ccb338d06db3c56de2ce3a94388d94ff5b1cce7a | |
parent | 4a22fb1fe944245b3c5cc3aee53d5b4baa497e5b [diff] [blame] |
Fix misleading indentation llvm-svn: 4730
diff --git a/llvm/lib/Target/Sparc/EmitAssembly.cpp b/llvm/lib/Target/Sparc/EmitAssembly.cpp index 80e0f64..38518ee 100644 --- a/llvm/lib/Target/Sparc/EmitAssembly.cpp +++ b/llvm/lib/Target/Sparc/EmitAssembly.cpp
@@ -457,9 +457,8 @@ if (NeedComma) toAsm << ", "; // Handle comma outputing NeedComma = true; N = printOperands(MI, OpNum); - } - else - N = 1; + } else + N = 1; toAsm << "\n"; }