[llvm] [NFC][TableGen] Adopt scaled indent in PredicateExpander (PR #109801)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 16:53:41 PDT 2024
================
@@ -1610,9 +1610,9 @@ static void emitPredicates(const CodeGenSchedTransition &T,
}
SS << ")\n"; // end of if-stmt
- PE.decreaseIndentLevel();
- SS.indent(PE.getIndentLevel() * 2);
- PE.decreaseIndentLevel();
+ PE.getIndent()--;
----------------
jurahul wrote:
Done. Yeah, no reason to use postfix form.
https://github.com/llvm/llvm-project/pull/109801
More information about the llvm-commits
mailing list