summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2019-06-03 11:20:48 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2019-06-03 11:20:48 +0000
commitebe360edfa92b54a467621904f5bf1bd11990dd6 (patch)
tree404bc7c2029378794a3e43bbff08807a096d1312 /llvm/lib
parent6e076a081a4ba6894a00288035cf14660d807534 (diff)
downloadbcm5719-llvm-ebe360edfa92b54a467621904f5bf1bd11990dd6.tar.gz
bcm5719-llvm-ebe360edfa92b54a467621904f5bf1bd11990dd6.zip
Include what you use in HexagonMCCompound.cpp
HexagonMCCompound.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: 362385
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
index f9c046b7bfa..ed571188c1e 100644
--- a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
+++ b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
@@ -10,7 +10,6 @@
//
//===----------------------------------------------------------------------===//
-#include "Hexagon.h"
#include "MCTargetDesc/HexagonBaseInfo.h"
#include "MCTargetDesc/HexagonMCInstrInfo.h"
#include "MCTargetDesc/HexagonMCShuffler.h"
OpenPOWER on IntegriCloud