aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2023-10-22 15:41:18 -0700
committerKazu Hirata <kazu@google.com>2023-10-22 15:41:18 -0700
commit9c5a5a421d40399b4aee5d26fb0266f8261333ce (patch)
tree85a6e5a6e34089e33ee73e8403d2b6f863f9a6f2 /llvm/lib/Bitcode/Reader/MetadataLoader.cpp
parent6833a3808f7ba14247f3ce13d68df0bca991f354 (diff)
downloadllvm-9c5a5a421d40399b4aee5d26fb0266f8261333ce.zip
llvm-9c5a5a421d40399b4aee5d26fb0266f8261333ce.tar.gz
llvm-9c5a5a421d40399b4aee5d26fb0266f8261333ce.tar.bz2
[llvm] Stop including llvm/ADT/iterator_range.h (NFC)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.cpp')
-rw-r--r--llvm/lib/Bitcode/Reader/MetadataLoader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/MetadataLoader.cpp b/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
index 4aaaea7..1a4b55e 100644
--- a/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
+++ b/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
@@ -22,7 +22,6 @@
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/ADT/ilist_iterator.h"
-#include "llvm/ADT/iterator_range.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/Bitcode/BitcodeReader.h"
#include "llvm/Bitcode/LLVMBitCodes.h"