Skip to content

Commit 1bc221a

Browse files
committed
fixup! [SandboxVec] Implement Pass class
1 parent 4623e12 commit 1bc221a

File tree

1 file changed

+3
-3
lines changed
  • llvm/include/llvm/SandboxIR

1 file changed

+3
-3
lines changed

llvm/include/llvm/SandboxIR/Pass.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASS_H
10-
#define LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASS_H
9+
#ifndef LLVM_SANDBOXIR_PASS_H
10+
#define LLVM_SANDBOXIR_PASS_H
1111

1212
#include "llvm/Support/ErrorHandling.h"
1313
#include "llvm/Support/raw_ostream.h"
@@ -79,4 +79,4 @@ class FunctionPass : public Pass {
7979

8080
} // namespace llvm::sandboxir
8181

82-
#endif // LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASS_H
82+
#endif // LLVM_SANDBOXIR_PASS_H

0 commit comments

Comments
 (0)