[PATCH] D122555: [RISCV][NFC] Remove unused header includes.

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 27 23:45:45 PDT 2022


akuegel created this revision.
Herald added subscribers: s, VincentWu, luke957, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
akuegel requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

Keeping those includes would cause a dependency cycle between Support
and TableGen targets.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122555

Files:
  llvm/lib/Support/RISCVVIntrinsicUtils.cpp


Index: llvm/lib/Support/RISCVVIntrinsicUtils.cpp
===================================================================
--- llvm/lib/Support/RISCVVIntrinsicUtils.cpp
+++ llvm/lib/Support/RISCVVIntrinsicUtils.cpp
@@ -13,8 +13,6 @@
 #include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/StringSet.h"
 #include "llvm/ADT/Twine.h"
-#include "llvm/TableGen/Error.h"
-#include "llvm/TableGen/Record.h"
 #include <numeric>
 
 namespace llvm {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122555.418500.patch
Type: text/x-patch
Size: 431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220328/18529dc3/attachment.bin>


More information about the llvm-commits mailing list