[all-commits] [llvm/llvm-project] 051452: Remove spurious semicolon after function definitio...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Sun May 17 16:15:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 051452bdb101f31457e9df014345bad58a7f1a09
      https://github.com/llvm/llvm-project/commit/051452bdb101f31457e9df014345bad58a7f1a09
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-05-17 (Sun, 17 May 2020)

  Changed paths:
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/lib/IR/AffineMap.cpp

  Log Message:
  -----------
  Remove spurious semicolon after function definition (NFC)

This fixes some GCC pedantic warnings.


  Commit: ffc6e593d2717e16187fe118342db28ff3be5351
      https://github.com/llvm/llvm-project/commit/ffc6e593d2717e16187fe118342db28ff3be5351
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-05-17 (Sun, 17 May 2020)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp

  Log Message:
  -----------
  Replace dyn_cast with isa when the result isn't used (NFC)

Fix build warning: unused variable 'BB'


Compare: https://github.com/llvm/llvm-project/compare/5f65faef2c61...ffc6e593d271


More information about the All-commits mailing list