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

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 00:46:50 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4edd7576dbb4: [RISCV][NFC] Remove unused header includes. (authored by akuegel).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122555/new/

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.418507.patch
Type: text/x-patch
Size: 431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220328/85800edb/attachment.bin>


More information about the llvm-commits mailing list