From 9966ba2b3cf89885a1e68418a0a37da2dc615209 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Tue, 25 Jun 2019 12:23:28 -0700 Subject: [PATCH] Fix unclear sentence. PiperOrigin-RevId: 255022564 --- mlir/include/mlir/IR/PatternMatch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mlir/include/mlir/IR/PatternMatch.h b/mlir/include/mlir/IR/PatternMatch.h index 149e554..a1b81fc 100644 --- a/mlir/include/mlir/IR/PatternMatch.h +++ b/mlir/include/mlir/IR/PatternMatch.h @@ -304,8 +304,8 @@ public: /// Move the blocks that belong to "region" before the given position in /// another region "parent". The two regions must be different. The caller - /// is in charge to update create the operation transferring the control flow - /// to the region and pass it the correct block arguments. + /// is responsible for creating or updating the operation transferring flow + // of control to the region and pass it the correct block arguments. virtual void inlineRegionBefore(Region ®ion, Region &parent, Region::iterator before); void inlineRegionBefore(Region ®ion, Block *before); -- 2.7.4