llvm-sys-featured 0.1.1

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

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