commit | ebdc7f32e9c2404d3a1cbe26bf65890cdc4d1f04 | [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 | 2b2343e765c9e6301896a487633a9682d5f5f54d | |
parent | 9bca50d6ddb8b53659a8db1dfa91a8b239178fe9 [diff] [blame] |
Fix misleading indentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4730 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp index 80e0f64..38518ee 100644 --- a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp +++ b/lib/Target/SparcV9/SparcV9AsmPrinter.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"; }