Skip to main content

llvm_sys_featured/transforms/
instcombine.rs

1use super::super::prelude::*;
2
3extern "C" {
4    pub fn LLVMAddInstructionCombiningPass(PM: LLVMPassManagerRef);
5}