projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
018b042
)
[mlir] Ran git-clang-format.
author
Adrian
<akuegel@google.com>
Tue, 14 Jan 2020 10:41:40 +0000
(11:41 +0100)
committer
Adrian
<akuegel@google.com>
Tue, 14 Jan 2020 10:44:45 +0000
(11:44 +0100)
Summary:
I forgot to ran git-clang-format before committing.
mlir/lib/Dialect/LoopOps/LoopOps.cpp
patch
|
blob
|
history
diff --git
a/mlir/lib/Dialect/LoopOps/LoopOps.cpp
b/mlir/lib/Dialect/LoopOps/LoopOps.cpp
index 4824421d190050d750a40da4aa0a0077527ebf2a..7e3e286b842fa2d78f029e51bc02ba57973c6c94 100644
(file)
--- a/
mlir/lib/Dialect/LoopOps/LoopOps.cpp
+++ b/
mlir/lib/Dialect/LoopOps/LoopOps.cpp
@@
-345,8
+345,8
@@
static LogicalResult verify(ReduceOp op) {
llvm::any_of(block.getArguments(), [&](const BlockArgument &arg) {
return arg.getType() != type;
}))
- return op.emitOpError()
<< "expects two arguments to reduce block of type "
-
<< type;
+ return op.emitOpError()
+
<< "expects two arguments to reduce block of type "
<< type;
// Check that the block is terminated by a ReduceReturnOp.
if (!isa<ReduceReturnOp>(block.getTerminator()))