[Hexagon] Make HexagonCodeGen depend on Scalar

Hexagon backend uses LoopDataPrefetch pass that is defined in Scalar.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276441 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Krzysztof Parzyszek 2016-07-22 17:23:46 +00:00
parent c5a5706d17
commit 6a2251e914

View File

@ -29,16 +29,17 @@ type = Library
name = HexagonCodeGen name = HexagonCodeGen
parent = Hexagon parent = Hexagon
required_libraries = required_libraries =
Analysis Analysis
AsmPrinter AsmPrinter
CodeGen CodeGen
Core Core
HexagonAsmParser HexagonAsmParser
HexagonDesc HexagonDesc
HexagonInfo HexagonInfo
MC MC
SelectionDAG Scalar
Support SelectionDAG
Target Support
TransformUtils Target
TransformUtils
add_to_library_groups = Hexagon add_to_library_groups = Hexagon