Skip to content

Commit

Permalink
llvm-tblgen: Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
chapuni committed Feb 18, 2023
1 parent 655f4cb commit b3405ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/TableGen/AsmMatcherEmitter.cpp
Expand Up @@ -97,6 +97,7 @@

#include "CodeGenInstAlias.h"
#include "CodeGenInstruction.h"
#include "CodeGenRegisters.h"
#include "CodeGenTarget.h"
#include "SubtargetFeatureInfo.h"
#include "Types.h"
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/TableGen/GICombinerEmitter.cpp
Expand Up @@ -27,6 +27,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Record.h"
#include "llvm/TableGen/StringMatcher.h"
#include "llvm/TableGen/TableGenBackend.h"
#include <cstdint>
Expand Down

0 comments on commit b3405ac

Please sign in to comment.