Delete dead code in Inliner
authorTres Popp <tpopp@google.com>
Fri, 21 Oct 2022 11:08:51 +0000 (13:08 +0200)
committerTres Popp <tpopp@google.com>
Fri, 21 Oct 2022 11:11:58 +0000 (13:11 +0200)
commit852d84e36ed7a3db0ff4719f44a12b6bc09d35f3
treeb348900c5a0b7e777f30997e52e6f44135e035a7
parent451b1b1ffbb655fdebaea5bc2a508d60e16ca22e
Delete dead code in Inliner

This code, on all platforms was a use-after-move violation that resulted
in the if-statement always returning false. As several core tests specifically
tested that this code did not execute, we assume that is the intent and
match behavior to existing behavior without relying on use-after-move
results.
mlir/lib/Transforms/Inliner.cpp