summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-06-12 19:59:10 +0000
committerCraig Topper <craig.topper@intel.com>2018-06-12 19:59:10 +0000
commit6d0d812d619c78afea30e644c02c27e0fb43d645 (patch)
tree4869c02bd640c5b39d64059a8205596a11902990 /llvm
parent3a34c3596da37867cc7e2ac3e7307cb6e8c15a12 (diff)
downloadbcm5719-llvm-6d0d812d619c78afea30e644c02c27e0fb43d645.tar.gz
bcm5719-llvm-6d0d812d619c78afea30e644c02c27e0fb43d645.zip
[X86] Remove unnecessary include from one of the tblgen emitters.
llvm-svn: 334530
Diffstat (limited to 'llvm')
-rw-r--r--llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp b/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
index 9d2d3178866..889cf819280 100644
--- a/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
+++ b/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
@@ -12,7 +12,6 @@
///
//===----------------------------------------------------------------------===//
-#include "CodeGenDAGPatterns.h"
#include "CodeGenTarget.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/TableGenBackend.h"
OpenPOWER on IntegriCloud