Avoid using the def-use manager during inlining.
authorSteven Perron <stevenperron@google.com>
Sat, 10 Feb 2018 01:33:06 +0000 (20:33 -0500)
committerSteven Perron <31666470+s-perron@users.noreply.github.com>
Mon, 12 Feb 2018 14:47:55 +0000 (09:47 -0500)
commit06b437dedc86e0ac47ad34e3cd3e2e6ae174617a
treef1ec1a36123006e0c3ba8782d2fdef0a59e5e422
parent70bf3514e8316e5bb96a6f90492f9cfb475dfe0c
Avoid using the def-use manager during inlining.

There seems to only be a single location where the def-use manager is
used.  It is to get information about a type.  We can do that with the
type manager instead.

Fixes #1285
source/opt/inline_pass.cpp