summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2019-06-03 09:43:05 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2019-06-03 09:43:05 +0000
commit0aa374a3062eca4cfe61083ee0671b6db6201147 (patch)
treef2e1caba64a1ae6375bec796dbd9e13f35899f00 /llvm/lib
parent79a222fcf8c40a8a90e76118e2412e8697d02a89 (diff)
downloadbcm5719-llvm-0aa374a3062eca4cfe61083ee0671b6db6201147.tar.gz
bcm5719-llvm-0aa374a3062eca4cfe61083ee0671b6db6201147.zip
Include what you use in HexagonAsmBackend.cpp
HexagonAsmBackend.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: 362372
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
index 57f4860bed6..7c0770926ab 100644
--- a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
+++ b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
@@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//
-#include "Hexagon.h"
#include "HexagonFixupKinds.h"
#include "MCTargetDesc/HexagonBaseInfo.h"
#include "MCTargetDesc/HexagonMCChecker.h"
OpenPOWER on IntegriCloud