File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1313#ifndef LLVM_LIB_CODEGEN_ASMPRINTER_DWARFDEBUG_H
1414#define LLVM_LIB_CODEGEN_ASMPRINTER_DWARFDEBUG_H
1515
16- #include < set>
1716#include " AddressPool.h"
1817#include " DebugLocEntry.h"
1918#include " DebugLocStream.h"
4039#include < cstdint>
4140#include < limits>
4241#include < memory>
42+ #include < set>
4343#include < utility>
4444#include < variant>
4545#include < vector>
Original file line number Diff line number Diff line change 99#include " llvm/ADT/APFloat.h"
1010#include " llvm/ADT/STLExtras.h"
1111#include " llvm/ADT/SetVector.h"
12- #include " llvm/ADT/SmallSet.h"
1312#include " llvm/ADT/SmallBitVector.h"
13+ #include " llvm/ADT/SmallSet.h"
1414#include " llvm/Analysis/CmpInstAnalysis.h"
1515#include " llvm/CodeGen/GlobalISel/GISelChangeObserver.h"
1616#include " llvm/CodeGen/GlobalISel/GISelValueTracking.h"
Original file line number Diff line number Diff line change 1212#include " llvm/ADT/DenseMap.h"
1313#include " llvm/ADT/IndexedMap.h"
1414#include " llvm/ADT/SmallPtrSet.h"
15+ #include " llvm/ADT/SmallSet.h"
1516#include " llvm/ADT/SmallVector.h"
1617#include " llvm/ADT/UniqueVector.h"
1718#include " llvm/CodeGen/LexicalScopes.h"
Original file line number Diff line number Diff line change 1111// ===----------------------------------------------------------------------===//
1212
1313#include " llvm/CodeGen/MachineBasicBlock.h"
14- #include " llvm/ADT/SmallSet.h"
1514#include " llvm/ADT/STLExtras.h"
15+ #include " llvm/ADT/SmallSet.h"
1616#include " llvm/ADT/StringExtras.h"
1717#include " llvm/CodeGen/LiveIntervals.h"
1818#include " llvm/CodeGen/LivePhysRegs.h"
Original file line number Diff line number Diff line change 1919//
2020// ===----------------------------------------------------------------------===//
2121
22- #include < set >
22+ #include " llvm/Transforms/IPO/StripSymbols.h "
2323#include " llvm/ADT/SmallPtrSet.h"
2424#include " llvm/IR/Constants.h"
2525#include " llvm/IR/DebugInfo.h"
3333#include " llvm/IR/ValueSymbolTable.h"
3434#include " llvm/Support/Casting.h"
3535#include " llvm/Support/CommandLine.h"
36- #include " llvm/Transforms/IPO/StripSymbols.h"
3736#include " llvm/Transforms/Utils/Local.h"
37+ #include < set>
3838
3939using namespace llvm ;
4040
You can’t perform that action at this time.
0 commit comments