Skip to content

Commit 58d71be

Browse files
committed
Fix build failures + formatting issues
1 parent 6662625 commit 58d71be

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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"
@@ -40,6 +39,7 @@
4039
#include <cstdint>
4140
#include <limits>
4241
#include <memory>
42+
#include <set>
4343
#include <utility>
4444
#include <variant>
4545
#include <vector>

llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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"

llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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"

llvm/lib/CodeGen/MachineBasicBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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"

llvm/lib/Transforms/IPO/StripSymbols.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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"
@@ -33,8 +33,8 @@
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

3939
using namespace llvm;
4040

0 commit comments

Comments
 (0)