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 639f325 commit 473a697Copy full SHA for 473a697
polly/lib/Plugin/Polly.cpp
@@ -5,7 +5,11 @@
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
+//
9
+//===----------------------------------------------------------------------===//
10
11
+#include "polly/RegisterPasses.h"
12
+#include "llvm/PassRegistry.h"
13
#include "llvm/Passes/PassPlugin.h"
14
15
// Pass Plugin Entrypoints
0 commit comments