aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-16 07:37:13 -0800
committerGitHub <noreply@github.com>2024-11-16 07:37:13 -0800
commite8a6624325e0c628ec23e5f124f1d2002f138dd5 (patch)
treea3ff8a99ae953b72157668d9314b09fe7824cee3 /clang/lib/CodeGen/CodeGenFunction.cpp
parentc95daac4c19fe54eeeb4d0ec5ca23f2673d1de71 (diff)
downloadllvm-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.cpp1
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"