[all-commits] [llvm/llvm-project] 13090e: [mlir] Remove tabs from predecessor comments

Geoffrey Martin-Noble via All-commits all-commits at lists.llvm.org
Mon May 4 19:15:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 13090ec7dd4cbd54d42fe6f9f7ce7ab88c7c3c6d
      https://github.com/llvm/llvm-project/commit/13090ec7dd4cbd54d42fe6f9f7ce7ab88c7c3c6d
  Author: Geoffrey Martin-Noble <gcmn at google.com>
  Date:   2020-05-05 (Tue, 05 May 2020)

  Changed paths:
    M mlir/lib/IR/AsmPrinter.cpp

  Log Message:
  -----------
  [mlir] Remove tabs from predecessor comments

This change removes tabs from the comments printed by the asmprinter after basic
block declarations in favor of two spaces. This is currently the only place in
the printed IR that uses tabs.

Differential Revision: https://reviews.llvm.org/D79377




More information about the All-commits mailing list