diff options
author | Kazu Hirata <kazu@google.com> | 2024-11-16 07:37:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 07:37:13 -0800 |
commit | e8a6624325e0c628ec23e5f124f1d2002f138dd5 (patch) | |
tree | a3ff8a99ae953b72157668d9314b09fe7824cee3 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | c95daac4c19fe54eeeb4d0ec5ca23f2673d1de71 (diff) | |
download | llvm-e8a6624325e0c628ec23e5f124f1d2002f138dd5.zip llvm-e8a6624325e0c628ec23e5f124f1d2002f138dd5.tar.gz llvm-e8a6624325e0c628ec23e5f124f1d2002f138dd5.tar.bz2 |
[CodeGen] Remove unused includes (NFC) (#116459)
Identified with misc-include-cleaner.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 6ead457..6a2f82f 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp @@ -43,7 +43,6 @@ #include "llvm/IR/IntrinsicInst.h" #include "llvm/IR/Intrinsics.h" #include "llvm/IR/MDBuilder.h" -#include "llvm/IR/Operator.h" #include "llvm/Support/CRC.h" #include "llvm/Support/xxhash.h" #include "llvm/Transforms/Scalar/LowerExpectIntrinsic.h" |