llvm-sys 150.0.3

Bindings to LLVM's C API
Documentation
1
2
3
4
5
use super::super::prelude::*;

extern "C" {
    pub fn LLVMAddInstructionCombiningPass(PM: LLVMPassManagerRef);
}