We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34238e5 commit ea5ebb7Copy full SHA for ea5ebb7
include/swift/SILPasses/PassManager.h
@@ -10,13 +10,13 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
+#include "swift/SILAnalysis/Analysis.h"
14
+#include "swift/SILPasses/Passes.h"
15
#include "llvm/Support/Casting.h"
16
#include "llvm/ADT/ArrayRef.h"
17
#include "llvm/ADT/DenseMap.h"
18
#include "llvm/ADT/SmallVector.h"
19
#include "llvm/Support/ErrorHandling.h"
-#include "swift/SILAnalysis/Analysis.h"
-#include "Passes.h"
20
21
#ifndef SWIFT_SILPASSES_PASSMANAGER_H
22
#define SWIFT_SILPASSES_PASSMANAGER_H
0 commit comments