aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeEmitterGen.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2023-02-19 02:52:39 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2023-02-19 03:06:32 +0900
commitaeafcbcd75f2338cacfb2d2c2a538a6e3b6a38e7 (patch)
tree20960e4defda36c4076260d60d3d87f527e5e6e6 /llvm/utils/TableGen/CodeEmitterGen.cpp
parentb3405ace959b682efb246ff6f384085a48111eaa (diff)
downloadllvm-aeafcbcd75f2338cacfb2d2c2a538a6e3b6a38e7.zip
llvm-aeafcbcd75f2338cacfb2d2c2a538a6e3b6a38e7.tar.gz
llvm-aeafcbcd75f2338cacfb2d2c2a538a6e3b6a38e7.tar.bz2
llvm-tblgen: Add "TableGenBackends.h" to each emitter.
"TableGenBackends.h" has declarations of emitters.
Diffstat (limited to 'llvm/utils/TableGen/CodeEmitterGen.cpp')
-rw-r--r--llvm/utils/TableGen/CodeEmitterGen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/CodeEmitterGen.cpp b/llvm/utils/TableGen/CodeEmitterGen.cpp
index 65befa04..1dd076a 100644
--- a/llvm/utils/TableGen/CodeEmitterGen.cpp
+++ b/llvm/utils/TableGen/CodeEmitterGen.cpp
@@ -16,6 +16,7 @@
#include "CodeGenInstruction.h"
#include "CodeGenTarget.h"
#include "InfoByHwMode.h"
+#include "TableGenBackends.h"
#include "VarLenCodeEmitterGen.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/ArrayRef.h"