mini-llvm 0.1.0
Loading...
Searching...
No Matches
UnreachableBlockElimination.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2
3#pragma once
4
8
9namespace mini_llvm::mir {
10
12public:
13 bool runOnFunction(Function &F) override;
14};
15
16} // namespace mini_llvm::mir
#define MINI_LLVM_EXPORT
Definition Compiler.h:17
Definition FunctionTransform.h:12
Definition Function.h:21
Definition UnreachableBlockElimination.h:11
bool runOnFunction(Function &F) override
Definition BasicBlock.h:22