[llvm] 7c7e777 - Revert "[RISCV][NFC] Remove unused header includes."
Adrian Kuegel via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 28 00:48:49 PDT 2022
Author: Adrian Kuegel
Date: 2022-03-28T09:48:14+02:00
New Revision: 7c7e7770b7176f452d40f4e7ac545aaee1b19c4d
URL: https://github.com/llvm/llvm-project/commit/7c7e7770b7176f452d40f4e7ac545aaee1b19c4d
DIFF: https://github.com/llvm/llvm-project/commit/7c7e7770b7176f452d40f4e7ac545aaee1b19c4d.diff
LOG: Revert "[RISCV][NFC] Remove unused header includes."
This reverts commit 4edd7576dbb4917162c22e371c2464df90883bd1.
It seems we rely on transitive header includes here.
Added:
Modified:
llvm/lib/Support/RISCVVIntrinsicUtils.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Support/RISCVVIntrinsicUtils.cpp b/llvm/lib/Support/RISCVVIntrinsicUtils.cpp
index fee1697f4bd8f..53a7baae11dbc 100644
--- a/llvm/lib/Support/RISCVVIntrinsicUtils.cpp
+++ b/llvm/lib/Support/RISCVVIntrinsicUtils.cpp
@@ -13,6 +13,8 @@
#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