diff options
author | Kazu Hirata <kazu@google.com> | 2024-11-03 07:03:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-03 07:03:33 -0800 |
commit | 6927a434ba774a578d6d0f28f74cca13452afc84 (patch) | |
tree | 06ccbcbe3785a216e6f77295471cf0b4baf7d724 /llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | |
parent | 2fccd5c576f2e056954996c3071163fc5c1eb4d4 (diff) | |
download | llvm-6927a434ba774a578d6d0f28f74cca13452afc84.zip llvm-6927a434ba774a578d6d0f28f74cca13452afc84.tar.gz llvm-6927a434ba774a578d6d0f28f74cca13452afc84.tar.bz2 |
[SelectionDAG] Remove unused includes (NFC) (#114697)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp index 374f230..1de3364 100644 --- a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp @@ -32,7 +32,6 @@ #include "llvm/IR/Instructions.h" #include "llvm/IR/IntrinsicInst.h" #include "llvm/IR/Intrinsics.h" -#include "llvm/IR/Module.h" #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" |