[llvm] 4edd757 - [RISCV][NFC] Remove unused header includes.

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


Author: Adrian Kuegel
Date: 2022-03-28T09:46:31+02:00
New Revision: 4edd7576dbb4917162c22e371c2464df90883bd1

URL: https://github.com/llvm/llvm-project/commit/4edd7576dbb4917162c22e371c2464df90883bd1
DIFF: https://github.com/llvm/llvm-project/commit/4edd7576dbb4917162c22e371c2464df90883bd1.diff

LOG: [RISCV][NFC] Remove unused header includes.

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

Differential Revision: https://reviews.llvm.org/D122555

Added: 
    

Modified: 
    llvm/lib/Support/RISCVVIntrinsicUtils.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Support/RISCVVIntrinsicUtils.cpp b/llvm/lib/Support/RISCVVIntrinsicUtils.cpp
index 53a7baae11dbc..fee1697f4bd8f 100644
--- a/llvm/lib/Support/RISCVVIntrinsicUtils.cpp
+++ b/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 {


        


More information about the llvm-commits mailing list