Add missing dependency to Hexagon target.

A recent patch added calls to isInstructionTriviallyDead without the
corresponding dependency on TransformUtils.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Diego Novillo 2015-07-08 21:13:37 +00:00
parent 544fa8040b
commit afab5f8c17

View File

@ -39,4 +39,5 @@ required_libraries =
SelectionDAG
Support
Target
TransformUtils
add_to_library_groups = Hexagon