File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
#include " PPCTargetStreamer.h"
28
28
#include " TargetInfo/PowerPCTargetInfo.h"
29
29
#include " llvm/ADT/MapVector.h"
30
- #include " llvm/ADT/SmallPtrSet .h"
30
+ #include " llvm/ADT/SetVector .h"
31
31
#include " llvm/ADT/Statistic.h"
32
32
#include " llvm/ADT/StringExtras.h"
33
33
#include " llvm/ADT/StringRef.h"
@@ -242,7 +242,7 @@ class PPCAIXAsmPrinter : public PPCAsmPrinter {
242
242
private:
243
243
// / Symbols lowered from ExternalSymbolSDNodes, we will need to emit extern
244
244
// / linkage for them in AIX.
245
- SmallPtrSet <MCSymbol *, 8 > ExtSymSDNodeSymbols;
245
+ SmallSetVector <MCSymbol *, 8 > ExtSymSDNodeSymbols;
246
246
247
247
// / A format indicator and unique trailing identifier to form part of the
248
248
// / sinit/sterm function names.
You can’t perform that action at this time.
0 commit comments