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 af4ec59 commit d756818Copy full SHA for d756818
llvm/include/llvm/CodeGen/RegAllocGreedyPass.h
@@ -5,6 +5,9 @@
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
+#ifndef LLVM_CODEGEN_REGALLOC_GREEDY_PASS_H
9
+#define LLVM_CODEGEN_REGALLOC_GREEDY_PASS_H
10
+
11
#include "llvm/CodeGen/MachineFunctionPass.h"
12
#include "llvm/CodeGen/RegAllocCommon.h"
13
#include "llvm/CodeGen/RegAllocFast.h"
@@ -42,3 +45,5 @@ class RAGreedyPass : public PassInfoMixin<RAGreedyPass> {
42
45
private:
43
46
Options Opts;
44
47
};
48
49
+#endif // LLVM_CODEGEN_REGALLOC_GREEDY_PASS_H
0 commit comments