Include what you use in HexagonMCChecker.cpp
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 3 Jun 2019 11:14:15 +0000 (11:14 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 3 Jun 2019 11:14:15 +0000 (11:14 +0000)
commit6214b577b74f286965fae4f6deb5e22f098d487c
tree74bc47e515cd192b526297098a3b268cf568a9f4
parentbf2a356ec040bc7f0b3f16a4de4e71579a6c0ec5
Include what you use in HexagonMCChecker.cpp

HexagonMCChecker.cpp was not using any APIs from Hexagon.h.  Doing so is
problematic from include-what-you-use perspective, but it is also a
layering issue (it creates a dependency cycle between the primary
Hexagon target library and the MCTargetDesc library).

llvm-svn: 362383
llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp