Fix bug in Toy tutorial where IR emission stopped after any `print`
authorMehdi Amini <aminim@google.com>
Mon, 8 Apr 2019 06:30:58 +0000 (23:30 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Tue, 9 Apr 2019 01:54:25 +0000 (18:54 -0700)
commit89d5d36964409a066982786e481b3bb96a9eaf29
treee29323384c6a9a2ea53415f407c9f7c9fe3b8d40
parent7286d439202df0ee47348b738c79e2e5a3421793
Fix bug in Toy tutorial where IR emission stopped after any `print`

--

PiperOrigin-RevId: 242407970
mlir/examples/toy/Ch2/mlir/MLIRGen.cpp
mlir/examples/toy/Ch3/mlir/MLIRGen.cpp
mlir/examples/toy/Ch4/mlir/MLIRGen.cpp