If an instruction contains blocks, IfInst/ForInst, make sure to drop references held...
authorRiver Riddle <riverriddle@google.com>
Tue, 15 Jan 2019 00:27:32 +0000 (16:27 -0800)
committerjpienaar <jpienaar@google.com>
Fri, 29 Mar 2019 22:15:23 +0000 (15:15 -0700)
commit8b0ad6f579918249e6718d0db67dbd9ac1469aac
treebb7c89be1ac4fb82844bb11ac3d64d184369a39b
parent6c1631b3f83477699071b96e8f82add655c68497
If an instruction contains blocks, IfInst/ForInst, make sure to drop references held by those blocks when dropping references for the instruction.

PiperOrigin-RevId: 229278667
mlir/lib/IR/Instruction.cpp