diff options
| author | Dmitri Gribenko <gribozavr@gmail.com> | 2019-06-03 11:14:15 +0000 |
|---|---|---|
| committer | Dmitri Gribenko <gribozavr@gmail.com> | 2019-06-03 11:14:15 +0000 |
| commit | 6214b577b74f286965fae4f6deb5e22f098d487c (patch) | |
| tree | 74bc47e515cd192b526297098a3b268cf568a9f4 /llvm/lib | |
| parent | bf2a356ec040bc7f0b3f16a4de4e71579a6c0ec5 (diff) | |
| download | bcm5719-llvm-6214b577b74f286965fae4f6deb5e22f098d487c.tar.gz bcm5719-llvm-6214b577b74f286965fae4f6deb5e22f098d487c.zip | |
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
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp index 10041aa8af9..fcd3758600c 100644 --- a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp +++ b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp @@ -12,7 +12,6 @@ //===----------------------------------------------------------------------===// #include "MCTargetDesc/HexagonMCChecker.h" -#include "Hexagon.h" #include "MCTargetDesc/HexagonBaseInfo.h" #include "MCTargetDesc/HexagonMCInstrInfo.h" #include "MCTargetDesc/HexagonMCShuffler.h" |

