mini-llvm 0.1.0
Loading...
Searching...
No Matches
RISCVUnusedLabelElimination.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2
3#pragma once
4
8
9namespace mini_llvm::mc {
10
15
16} // namespace mini_llvm::mc
#define MINI_LLVM_EXPORT
Definition Compiler.h:17
Definition GlobalValueTransform.h:12
Definition GlobalValue.h:21
Definition RISCVUnusedLabelElimination.h:11
bool runOnGlobalValue(GlobalValue &G) override
Definition Directive.h:8