forked from OSchip/llvm-project
parent
07db5cf6c8
commit
62c730c9bd
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
/// Instrumenation based profiling lowering pass. This pass lowers
|
/// Instrumentation based profiling lowering pass. This pass lowers
|
||||||
/// the profile instrumented code generated by FE or the IR based
|
/// the profile instrumented code generated by FE or the IR based
|
||||||
/// instrumentation pass.
|
/// instrumentation pass.
|
||||||
class InstrProfiling : public PassInfoMixin<InstrProfiling> {
|
class InstrProfiling : public PassInfoMixin<InstrProfiling> {
|
||||||
|
|
Loading…
Reference in New Issue