Skip to content

Commit 473a697

Browse files
committed
Reinsert #include
1 parent 639f325 commit 473a697

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

polly/lib/Plugin/Polly.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
//
9+
//===----------------------------------------------------------------------===//
810

11+
#include "polly/RegisterPasses.h"
12+
#include "llvm/PassRegistry.h"
913
#include "llvm/Passes/PassPlugin.h"
1014

1115
// Pass Plugin Entrypoints

0 commit comments

Comments
 (0)