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/CGVTables.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/CGVTables.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGVTables.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGVTables.cpp b/clang/lib/CodeGen/CGVTables.cpp index 38c154c..7faf682 100644 --- a/clang/lib/CodeGen/CGVTables.cpp +++ b/clang/lib/CodeGen/CGVTables.cpp @@ -20,7 +20,6 @@ #include "clang/CodeGen/CGFunctionInfo.h" #include "clang/CodeGen/ConstantInitBuilder.h" #include "llvm/IR/IntrinsicInst.h" -#include "llvm/Support/Format.h" #include "llvm/Transforms/Utils/Cloning.h" #include <algorithm> #include <cstdio> |