[all-commits] [llvm/llvm-project] 3766ca: [MLIR] Fix missing return statement warning in Pat...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Thu Apr 14 00:36:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3766ca75f87452736f8e4718b75de0eb3b3dcc4e
      https://github.com/llvm/llvm-project/commit/3766ca75f87452736f8e4718b75de0eb3b3dcc4e
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2022-04-14 (Thu, 14 Apr 2022)

  Changed paths:
    M mlir/include/mlir/IR/PatternMatch.h

  Log Message:
  -----------
  [MLIR] Fix missing return statement warning in PatternMatch.h

Fix missing return statement warning in PatternMatch.h. NFC.

```
mlir/include/mlir/IR/PatternMatch.h:983:3: warning: no return statement in
function returning non-void [-Wreturn-type]
```

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




More information about the All-commits mailing list